|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Pointer
org.gnome.glib.Boxed
org.gnome.gdk.Event
org.gnome.gdk.EventCrossing
public final class EventCrossing
Event data describing a mouse entering or leaving a Window.
This is used by Widget.EnterNotifyEvent and
Widget.LeaveNotifyEvent.
| Method Summary | |
|---|---|
NotifyType |
getDetail()
Describes the relationship between the Window from which the mouse pointer left, and the Window which the mouse pointer entered. |
CrossingMode |
getMode()
Describes the mode of this EventCrossing: whether the event is a NORMAL one or a pseudo-motion one resulting
from a GRAB or UNGRAB. |
| Methods inherited from class org.gnome.gdk.Event |
|---|
getType, getWindow |
| Methods inherited from class org.freedesktop.bindings.Pointer |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public NotifyType getDetail()
NONLINEAR, which tells
you that the pointer moved between unrelated X Windows.
public CrossingMode getMode()
NORMAL one or a pseudo-motion one resulting
from a GRAB or UNGRAB.
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||