|
|||||||||
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.Input gnu.x11.event.ButtonPress
public final class ButtonPress
X button press event.
Field Summary | |
---|---|
static int |
CODE
|
Fields inherited from class gnu.x11.event.Input |
---|
child_window_id, event_window_id, event_x, event_y, root_window_id, root_x, root_y, same_screen, state, time |
Constructor Summary | |
---|---|
ButtonPress(Display display)
|
|
ButtonPress(Display display,
ResponseInputStream in)
|
Method Summary |
---|
Methods inherited from class gnu.x11.event.Input |
---|
child_id, child, detail, event_x, event_y, root_id, root_x, root_y, root, same_screen, set_detail, set_state, set_window, state, write |
Methods inherited from class gnu.x11.event.Event |
---|
code, seq_no, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int CODE
Constructor Detail |
---|
public ButtonPress(Display display, ResponseInputStream in)
public ButtonPress(Display display)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |