|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.internal.gtk.XEvent
org.eclipse.swt.internal.gtk.XAnyEvent
org.eclipse.swt.internal.gtk.XCrossingEvent
public class XCrossingEvent
Field Summary | |
---|---|
int |
detail
|
boolean |
focus
|
int |
mode
|
long |
root
|
boolean |
same_screen
|
static int |
sizeof
|
int |
state
|
long |
subwindow
|
int |
time
|
int |
x
|
int |
x_root
|
int |
y
|
int |
y_root
|
Fields inherited from class org.eclipse.swt.internal.gtk.XAnyEvent |
---|
display, send_event, serial, window |
Fields inherited from class org.eclipse.swt.internal.gtk.XEvent |
---|
type |
Constructor Summary | |
---|---|
XCrossingEvent()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long root
public long subwindow
public int time
public int x
public int y
public int x_root
public int y_root
public int mode
public int detail
public boolean same_screen
public boolean focus
public int state
public static final int sizeof
Constructor Detail |
---|
public XCrossingEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |