|
java-gnome version 4.0.19 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Constant
org.gnome.gdk.NotifyType
public final class NotifyType
The kind of motion in an EventCrossing. These Constants describe the relationship between the GDK Window that the mouse pointer left, and the GDK Window that the mouse pointer entered.
Field Summary | |
---|---|
static NotifyType |
ANCESTOR
The mouse has moved from an inferior Window to a superior or enclosing one. |
static NotifyType |
INFERIOR
The mouse has moved from a superior (parent, enclosing) Window to an inferior (child) one. |
static NotifyType |
NONLINEAR
The mouse moved between unrelated Windows. |
static NotifyType |
NONLINEAR_VIRTUAL
|
static NotifyType |
UNKNOWN
|
static NotifyType |
VIRTUAL
This event is generated for Windows that lay between the receiving Window and the departing Window. |
Method Summary |
---|
Methods inherited from class org.freedesktop.bindings.Constant |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final NotifyType ANCESTOR
public static final NotifyType INFERIOR
public static final NotifyType NONLINEAR
public static final NotifyType NONLINEAR_VIRTUAL
public static final NotifyType UNKNOWN
public static final NotifyType VIRTUAL
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |