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

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

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

Fields in org.gnu.gtk.event declared as ContainerEvent.Type
static ContainerEvent.Type ContainerEvent.Type.ADD
          This event indicates that a child widget has been added to the container.
static ContainerEvent.Type ContainerEvent.Type.CHECK_RESIZE
          This event indicates that ...
static ContainerEvent.Type ContainerEvent.Type.REMOVE
          This event indicates that a child widget has been removed to the container.
static ContainerEvent.Type ContainerEvent.Type.SET_FOCUS_CHILD
          This event indicates that a child widget has been given focus.
 

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

Constructors in org.gnu.gtk.event with parameters of type ContainerEvent.Type
ContainerEvent(java.lang.Object source, ContainerEvent.Type type)
          Construct a ContainerEvent object.
ContainerEvent(java.lang.Object source, ContainerEvent.Type type, Widget child)
          Construct a ContainerEvent object with a specified child.
 


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