|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gtk.event.ContainerEvent
ContainerListener
,
Serialized FormNested Class Summary | |
static class |
ContainerEvent.Type
|
Field Summary |
Fields inherited from class org.gnu.gtk.event.GtkEvent |
source, type |
Constructor Summary | |
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. |
Method Summary | |
Widget |
getChild()
Return the child widget associated with this ContainerEvent, or null if no child is involved. |
boolean |
isOfType(ContainerEvent.Type aType)
|
Methods inherited from class org.gnu.gtk.event.GtkEvent |
getSource, getType, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ContainerEvent(java.lang.Object source, ContainerEvent.Type type)
public ContainerEvent(java.lang.Object source, ContainerEvent.Type type, Widget child)
Method Detail |
public Widget getChild()
public boolean isOfType(ContainerEvent.Type aType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |