|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.event.Event gnu.x11.event.CirculateRequest
public final class CirculateRequest
X circulate request event.
Field Summary | |
---|---|
static int |
BOTTOM
|
static int |
CODE
|
int |
parent_window_id
|
int |
place
|
static int |
TOP
|
int |
window_id
|
Constructor Summary | |
---|---|
CirculateRequest(Display display,
ResponseInputStream in)
|
Method Summary |
---|
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
public static final int TOP
public static final int BOTTOM
public int parent_window_id
public int window_id
public int place
Constructor Detail |
---|
public CirculateRequest(Display display, ResponseInputStream in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |