org.gnu.gnome.event
Class AppBarEvent.Type

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

public static class AppBarEvent.Type
extends GtkEventType

Type of a AppBarEvent


Field Summary
static AppBarEvent.Type CLEAR_PROMPT
          Emitted when the prompt is cleared.
static AppBarEvent.Type USER_RESPONSE
          Emitted when the user hits enter after a prompt.
 
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

USER_RESPONSE

public static final AppBarEvent.Type USER_RESPONSE
Emitted when the user hits enter after a prompt.


CLEAR_PROMPT

public static final AppBarEvent.Type CLEAR_PROMPT
Emitted when the prompt is cleared.


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