Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
EventType
org.gnu.gtk.event.EntryEvent.Type
public static class EntryEvent.Type
extends EventType
Field Summary | |
static EntryEvent.Type |
|
static EntryEvent.Type |
|
static EntryEvent.Type | |
static EntryEvent.Type |
|
static EntryEvent.Type |
|
static EntryEvent.Type |
|
static EntryEvent.Type |
|
static EntryEvent.Type |
|
static EntryEvent.Type |
|
static EntryEvent.Type | |
static EntryEvent.Type |
public static final EntryEvent.Type ACTIVATE
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Indicates that the user has pressed the enter key while in the widget
public static final EntryEvent.Type CHANGED
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Indicates that the user has changed the contents of the widget.
public static final EntryEvent.Type CUT_CLIPBOARD
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Clipboard related events
public static final EntryEvent.Type DELETE_FROM_CURSOR
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Indicates that the user has deleted text starting at the cursor.
public static final EntryEvent.Type DELETE_TEXT
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
This type of event is emitted when the user deletes text from the widget
public static final EntryEvent.Type INSERT_AT_CURSOR
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Indicates that the user has inserted text at the cursor.
public static final EntryEvent.Type INSERT_TEXT
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
This type of event is emitted when the user inserts text into the widget.
public static final EntryEvent.Type MOVE_CURSOR
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Indicates that the user has moved the cursor in the widget.