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

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

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

Fields in org.gnu.gtk.event declared as EntryEvent.Type
static EntryEvent.Type EntryEvent.Type.ACTIVATE
          Indicates that the user has pressed the enter key while in the widget
static EntryEvent.Type EntryEvent.Type.MOVE_CURSOR
          Indicates that the user has moved the cursor in the widget.
static EntryEvent.Type EntryEvent.Type.INSERT_AT_CURSOR
          Indicates that the user has inserted text at the cursor.
static EntryEvent.Type EntryEvent.Type.DELETE_FROM_CURSOR
          Indicates that the user has deleted text starting at the cursor.
static EntryEvent.Type EntryEvent.Type.CUT_CLIPBOARD
          Clipboard related events
static EntryEvent.Type EntryEvent.Type.COPY_CLIPBOARD
           
static EntryEvent.Type EntryEvent.Type.PASTE_CLIPBOARD
           
 

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


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