|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
com.tensegrity.gui.swt.control.panels.slidepanel.SlidePanelEvent
Event object which describes if a SlidePanel
was expanded, collapsed or closed. Of course the event source must always be
the corresponding SlidePanel.
SlidePanelListener,
Serialized Form| Field Summary | |
static int |
CLOSED
Constant type which signals that SlidePanel was closed |
static int |
COLLAPSED
Constant type which signals the collapsed state |
static int |
EXPANDED
Constant type which signals the expanded state |
int |
type
Event type specifying what kind of event happened. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SlidePanelEvent(SlidePanel source,
int type)
Creates a new SlidePanelEvent instance. |
|
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int COLLAPSED
public static final int EXPANDED
public static final int CLOSED
SlidePanel was closed
public final int type
| Constructor Detail |
public SlidePanelEvent(SlidePanel source,
int type)
SlidePanelEvent instance.
source - the SlidePanel which triggered this eventtype - specifies the event type. Use the class defined
constants as valid value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||