org.gnu.gtk.event

Class TextBufferEvent.Type

public static class TextBufferEvent.Type extends EventType

Field Summary
static TextBufferEvent.TypeAPPLY_TAG
static TextBufferEvent.TypeCHANGED
static TextBufferEvent.TypeDELETE_RANGE
static TextBufferEvent.TypeINSERT_CHILD_ANCHOR
static TextBufferEvent.TypeINSERT_PIXBUF
static TextBufferEvent.TypeINSERT_TEXT
static TextBufferEvent.TypeMARK_DELETED
static TextBufferEvent.TypeMARK_SET
static TextBufferEvent.TypeMODIFIED_CHANGED
static TextBufferEvent.TypeREMOVE_TAG

Field Detail

APPLY_TAG

public static final TextBufferEvent.Type APPLY_TAG

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.

CHANGED

public static final TextBufferEvent.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.

DELETE_RANGE

public static final TextBufferEvent.Type DELETE_RANGE

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.

INSERT_CHILD_ANCHOR

public static final TextBufferEvent.Type INSERT_CHILD_ANCHOR

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.

INSERT_PIXBUF

public static final TextBufferEvent.Type INSERT_PIXBUF

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.

INSERT_TEXT

public static final TextBufferEvent.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.

MARK_DELETED

public static final TextBufferEvent.Type MARK_DELETED

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.

MARK_SET

public static final TextBufferEvent.Type MARK_SET

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.

MODIFIED_CHANGED

public static final TextBufferEvent.Type MODIFIED_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.

REMOVE_TAG

public static final TextBufferEvent.Type REMOVE_TAG

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.