org.gnu.gtk.event
Class EntryCompletionEvent.Type

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

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


Field Summary
static EntryCompletionEvent.Type ACTION_ACTIVATED
          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 EntryCompletionEvent.Type MATCH_SELECTED
          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

MATCH_SELECTED

public static final EntryCompletionEvent.Type MATCH_SELECTED
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.

ACTION_ACTIVATED

public static final EntryCompletionEvent.Type ACTION_ACTIVATED
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.