|
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.swing.event.SidePaneEvent
public class SidePaneEvent
An AWTEvent that adds support for SidePaneItem objects as the event source.
SidePaneItem,
SidePaneListener,
Serialized Form| Field Summary | |
|---|---|
static int |
SIDE_PANE_FIRST
The first number in the range of IDs used for SidePaneGroup events. |
static int |
SIDE_PANE_LAST
The last number in the range of IDs used for DockableFrame events. |
static int |
SIDE_PANE_TAB_DESELECTED
This event is delivered when a tab in the SidePaneGroup is selected. |
static int |
SIDE_PANE_TAB_SELECTED
This event is delivered when a tab in the SidePaneGroup is selected. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SidePaneEvent(SidePaneItem source,
int id)
|
|
| Method Summary | |
|---|---|
SidePaneItem |
getSidePaneItem()
Returns the originator of the event. |
String |
paramString()
Returns a parameter string identifying this event. |
| Methods inherited from class java.awt.AWTEvent |
|---|
consume, getID, isConsumed, 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 SIDE_PANE_FIRST
SidePaneGroup events.
public static final int SIDE_PANE_LAST
DockableFrame events.
public static final int SIDE_PANE_TAB_SELECTED
SidePaneGroup is selected.
public static final int SIDE_PANE_TAB_DESELECTED
SidePaneGroup is selected.
| Constructor Detail |
|---|
public SidePaneEvent(SidePaneItem source,
int id)
| Method Detail |
|---|
public String paramString()
paramString in class AWTEventpublic SidePaneItem getSidePaneItem()
SidePaneItem object that originated the event
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||