|
|||||||||||
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.EntryEvent.Type
Field Summary | |
static EntryEvent.Type |
ACTIVATE
Indicates that the user has pressed the enter key while in the widget |
static EntryEvent.Type |
COPY_CLIPBOARD
|
static EntryEvent.Type |
CUT_CLIPBOARD
Clipboard related events |
static EntryEvent.Type |
DELETE_FROM_CURSOR
Indicates that the user has deleted text starting at the cursor. |
static EntryEvent.Type |
INSERT_AT_CURSOR
Indicates that the user has inserted text at the cursor. |
static EntryEvent.Type |
MOVE_CURSOR
Indicates that the user has moved the cursor in the widget. |
static EntryEvent.Type |
PASTE_CLIPBOARD
|
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 EntryEvent.Type ACTIVATE
public static final EntryEvent.Type MOVE_CURSOR
public static final EntryEvent.Type INSERT_AT_CURSOR
public static final EntryEvent.Type DELETE_FROM_CURSOR
public static final EntryEvent.Type CUT_CLIPBOARD
public static final EntryEvent.Type COPY_CLIPBOARD
public static final EntryEvent.Type PASTE_CLIPBOARD
|
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 |