Uses of Class
org.gnu.gtk.event.EditableEvent.Type

Packages that use EditableEvent.Type
org.gnu.gtk.event   
 

Uses of EditableEvent.Type in org.gnu.gtk.event
 

Fields in org.gnu.gtk.event declared as EditableEvent.Type
static EditableEvent.Type EditableEvent.Type.CHANGED
          Indicates that the user has changed the contents of the widget.
static EditableEvent.Type EditableEvent.Type.DELETE_TEXT
          This type of event is emitted when the user deletes text from the widget
static EditableEvent.Type EditableEvent.Type.INSERT_TEXT
          This type of event is emitted when the user inserts text into the widget.
 

Methods in org.gnu.gtk.event with parameters of type EditableEvent.Type
 boolean EditableEvent.isOfType(EditableEvent.Type aType)
           
 


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