|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.gtk.event.GtkEventType | +--org.gnu.gtk.event.ButtonEvent.Type
Type of a ButtonEvent
Field Summary | |
static ButtonEvent.Type |
ACTIVATE
|
static ButtonEvent.Type |
CLICK
Emitted when a button clicked on by the mouse and the cursor stays on the button. |
static ButtonEvent.Type |
ENTER
Emitted when the mouse cursor enters the region of the button. |
static ButtonEvent.Type |
LEAVE
Emitted when the mouse cursor leaves the region of the button. |
static ButtonEvent.Type |
PRESS
Emitted when the button is initially pressed. |
static ButtonEvent.Type |
RELEASE
Emitted when a button which is pressed is released, no matter where the mouse cursor is. |
Methods inherited from class org.gnu.gtk.event.GtkEventType |
getID, getName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final ButtonEvent.Type ACTIVATE
public static final ButtonEvent.Type CLICK
public static final ButtonEvent.Type ENTER
public static final ButtonEvent.Type LEAVE
public static final ButtonEvent.Type PRESS
public static final ButtonEvent.Type RELEASE
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |