|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MouseEvent.Type | |
org.gnu.gtk.event |
Uses of MouseEvent.Type in org.gnu.gtk.event |
Fields in org.gnu.gtk.event declared as MouseEvent.Type | |
static MouseEvent.Type |
MouseEvent.Type.ENTER
This event indicates that the mouse has enter the widget. |
static MouseEvent.Type |
MouseEvent.Type.LEAVE
This event indicates that the mouse has left the widget. |
static MouseEvent.Type |
MouseEvent.Type.BUTTON_PRESS
This event indicates that a mouse button has been pressed |
static MouseEvent.Type |
MouseEvent.Type.BUTTON_RELEASE
This event indicates that a mouse button has been released |
static MouseEvent.Type |
MouseEvent.Type.WHEEL_SCROLL
This event idicates that a mouse wheel was scrolled either up or down. |
Methods in org.gnu.gtk.event with parameters of type MouseEvent.Type | |
boolean |
MouseEvent.isOfType(MouseEvent.Type test)
Test to compare events. |
Constructors in org.gnu.gtk.event with parameters of type MouseEvent.Type | |
MouseEvent(java.lang.Object source,
MouseEvent.Type type,
EventButton gdkEvent)
Construct a LifeCycleEvent object for the BUTTON event. |
|
MouseEvent(java.lang.Object source,
MouseEvent.Type type,
EventScroll gdkEvent)
Construct a LifeCycleEvent object for the WHEEL_SCROLL event. |
|
MouseEvent(java.lang.Object source,
MouseEvent.Type type,
EventCrossing gdkEvent)
Construct a LifeCycleEvent object for the ENTER and LEAVE event. |
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV NEXT | FRAMES NO FRAMES |