org.gnu.gtk.event
Class ContainerEvent.Type

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

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


Field Summary
static ContainerEvent.Type ADD
          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 ContainerEvent.Type CHECK_RESIZE
          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 ContainerEvent.Type REMOVE
          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 ContainerEvent.Type SET_FOCUS_CHILD
          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

ADD

public static final ContainerEvent.Type ADD
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 child widget has been added to the container.


CHECK_RESIZE

public static final ContainerEvent.Type CHECK_RESIZE
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 ...


REMOVE

public static final ContainerEvent.Type REMOVE
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 child widget has been removed to the container.


SET_FOCUS_CHILD

public static final ContainerEvent.Type SET_FOCUS_CHILD
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 child widget has been given focus.