org.gnu.gtk.event
Class EditableEvent.Type

java.lang.Object
  |
  +--org.gnu.gtk.event.GtkEventType
        |
        +--org.gnu.gtk.event.EditableEvent.Type
Enclosing class:
EditableEvent

public static class EditableEvent.Type
extends GtkEventType


Field Summary
static EditableEvent.Type CHANGED
          Indicates that the user has changed the contents of the widget.
static EditableEvent.Type DELETE_TEXT
          This type of event is emitted when the user deletes text from the widget
static EditableEvent.Type INSERT_TEXT
          This type of event is emitted when the user inserts text into the widget.
 
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

CHANGED

public static final EditableEvent.Type CHANGED
Indicates that the user has changed the contents of the widget.


DELETE_TEXT

public static final EditableEvent.Type DELETE_TEXT
This type of event is emitted when the user deletes text from the widget


INSERT_TEXT

public static final EditableEvent.Type INSERT_TEXT
This type of event is emitted when the user inserts text into the widget.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net