org.gnu.gtk.event
Class TextBufferEvent.Type

java.lang.Object
  extended by org.gnu.glib.EventType
      extended by org.gnu.gtk.event.TextBufferEvent.Type
Enclosing class:
TextBufferEvent

public static class TextBufferEvent.Type
extends org.gnu.glib.EventType


Field Summary
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
 
Method Summary
 
Methods inherited from class org.gnu.glib.EventType
getID, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.