org.gnu.gtk.event
Class LifeCycleEvent.Type

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

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


Field Summary
static LifeCycleEvent.Type DELETE
          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 LifeCycleEvent.Type DESTROY
          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 LifeCycleEvent.Type HIDE
          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 LifeCycleEvent.Type MAP
          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 LifeCycleEvent.Type REALIZE
          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 LifeCycleEvent.Type SHOW
          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 LifeCycleEvent.Type UNMAP
          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 LifeCycleEvent.Type UNREALIZE
          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

REALIZE

public static final LifeCycleEvent.Type REALIZE
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.
This event indicates that a widget has been realized.


UNREALIZE

public static final LifeCycleEvent.Type UNREALIZE
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.
This event indicates that a widget has been unrealized


DELETE

public static final LifeCycleEvent.Type DELETE
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.
This event indicates that a widget has been deleted


DESTROY

public static final LifeCycleEvent.Type DESTROY
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.
This event indicates that a widget has been destroyed


SHOW

public static final LifeCycleEvent.Type SHOW
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.
This event indicates that a widget has become visible.


HIDE

public static final LifeCycleEvent.Type HIDE
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.
This event indicates that a widget has become invisible.


MAP

public static final LifeCycleEvent.Type MAP
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.
This event indicates that a widget has been mapped.


UNMAP

public static final LifeCycleEvent.Type UNMAP
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.
This event indicates that a widget has been unmapped.