|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
java.awt.AWTEvent
com.jidesoft.pane.event.CollapsiblePaneEvent
public class CollapsiblePaneEvent
An AWTEvent that adds support for CollapsiblePane objects as the event source.
| Field Summary | |
|---|---|
static int |
COLLAPSIBLE_PANE_COLLAPSED
This event is delivered when CollapsiblePane is collapsed. |
static int |
COLLAPSIBLE_PANE_COLLAPSING
This event is delivered when CollapsiblePane starts to collapse. |
static int |
COLLAPSIBLE_PANE_EXPANDED
This event is delivered when CollapsiblePane is expanded. |
static int |
COLLAPSIBLE_PANE_EXPANDING
This event is delivered when CollapsiblePane starts to expand. |
static int |
COLLAPSIBLE_PANE_FIRST
The first number in the range of IDs used for CollapsiblePane events. |
static int |
COLLAPSIBLE_PANE_LAST
The last number in the range of IDs used for CollapsiblePaneEvent events. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
CollapsiblePaneEvent(Object source,
int id)
Constructs an CollapsiblePaneEvent object. |
|
| Method Summary |
|---|
| Methods inherited from class java.awt.AWTEvent |
|---|
consume, getID, isConsumed, paramString, setSource, toString |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int COLLAPSIBLE_PANE_FIRST
CollapsiblePane events.
public static final int COLLAPSIBLE_PANE_LAST
CollapsiblePaneEvent events.
public static final int COLLAPSIBLE_PANE_EXPANDING
public static final int COLLAPSIBLE_PANE_EXPANDED
public static final int COLLAPSIBLE_PANE_COLLAPSING
public static final int COLLAPSIBLE_PANE_COLLAPSED
| Constructor Detail |
|---|
public CollapsiblePaneEvent(Object source,
int id)
CollapsiblePaneEvent object.
source - the CollapsiblePane object that originated the eventid - an integer indicating the type of event
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||