|
|||||||||
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.FocusEvent
public abstract class FocusEvent
Field Summary | |
---|---|
int |
event_window_id
|
static int |
GRAB
|
int |
mode
|
static int |
NORMAL
|
static int |
UNGRAB
|
static int |
WHILE_GRABBED
|
Constructor Summary | |
---|---|
FocusEvent(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 NORMAL
public static final int GRAB
public static final int UNGRAB
public static final int WHILE_GRABBED
public int event_window_id
public int mode
Constructor Detail |
---|
public FocusEvent(Display display, ResponseInputStream in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |