|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.gtk.event.GtkEventType | +--org.gnu.gtk.event.LifeCycleEvent.Type
Field Summary | |
static LifeCycleEvent.Type |
DELETE
This event indicates that a widget has been deleted |
static LifeCycleEvent.Type |
DESTROY
This event indicates that a widget has been destroyed |
static LifeCycleEvent.Type |
HIDE
This event indicates that a widget has become invisible. |
static LifeCycleEvent.Type |
REALIZE
This event indicates that a widget has been realized. |
static LifeCycleEvent.Type |
SHOW
This event indicates that a widget has become visible. |
static LifeCycleEvent.Type |
UNREALIZE
This event indicates that a widget has been unrealized |
Methods inherited from class org.gnu.gtk.event.GtkEventType |
getID, getName |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final LifeCycleEvent.Type REALIZE
public static final LifeCycleEvent.Type UNREALIZE
public static final LifeCycleEvent.Type DELETE
public static final LifeCycleEvent.Type DESTROY
public static final LifeCycleEvent.Type SHOW
public static final LifeCycleEvent.Type HIDE
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |