org.gnu.gtk.event

Class EntryEvent.Type

public static class EntryEvent.Type extends EventType

Field Summary
static EntryEvent.TypeACTIVATE
Indicates that the user has pressed the enter key while in the widget
static EntryEvent.TypeCHANGED
Indicates that the user has changed the contents of the widget.
static EntryEvent.TypeCOPY_CLIPBOARD
static EntryEvent.TypeCUT_CLIPBOARD
Clipboard related events
static EntryEvent.TypeDELETE_FROM_CURSOR
Indicates that the user has deleted text starting at the cursor.
static EntryEvent.TypeDELETE_TEXT
This type of event is emitted when the user deletes text from the widget
static EntryEvent.TypeINSERT_AT_CURSOR
Indicates that the user has inserted text at the cursor.
static EntryEvent.TypeINSERT_TEXT
This type of event is emitted when the user inserts text into the widget.
static EntryEvent.TypeMOVE_CURSOR
Indicates that the user has moved the cursor in the widget.
static EntryEvent.TypePASTE_CLIPBOARD
static EntryEvent.TypeTOGGLE_OVERWRITE

Field Detail

ACTIVATE

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

CHANGED

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.

COPY_CLIPBOARD

public static final EntryEvent.Type COPY_CLIPBOARD

CUT_CLIPBOARD

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

DELETE_FROM_CURSOR

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.

DELETE_TEXT

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

INSERT_AT_CURSOR

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.

INSERT_TEXT

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.

MOVE_CURSOR

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.

PASTE_CLIPBOARD

public static final EntryEvent.Type PASTE_CLIPBOARD

TOGGLE_OVERWRITE

public static final EntryEvent.Type TOGGLE_OVERWRITE