|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject java.awt.AWTEvent com.jidesoft.action.event.DockableBarsRearrangedEvent
public class DockableBarsRearrangedEvent
An AWTEvent
that adds support for DockableBarManager
objects as the event source.
DockableBar
,
DockableBarListener
,
Serialized FormField Summary | |
---|---|
protected List<DockableBarStateTransition> |
_otherRearrangedBarsStateTransitions
|
protected DockableBarStateTransition |
_stateTransition
|
static int |
DOCKABLE_BARS_REARRANGED_ADDED_DOCKED
This event is delivered when the DockableBar is first added to DockableBarManager in docked mode. |
static int |
DOCKABLE_BARS_REARRANGED_CHANGED_CONTAINER
This event is delivered when the docked DockableBar is moved to a different DockableContainer. |
static int |
DOCKABLE_BARS_REARRANGED_CHANGED_INDEX
This event is delivered when the docked DockableBar is moved to a different index within the same
row/column in the same DockableContainer. |
static int |
DOCKABLE_BARS_REARRANGED_CHANGED_ROW_OR_COLUMN
This event is delivered when the docked DockableBar is moved to a different row within the same
DockableContainer. |
static int |
DOCKABLE_BARS_REARRANGED_DOCKED_FLOATED
This event is delivered when the docked DockableBar is floated. |
static int |
DOCKABLE_BARS_REARRANGED_DOCKED_REMOVED
This event is delivered when the docked DockableBar is removed from DockableBarManager. |
static int |
DOCKABLE_BARS_REARRANGED_FIRST
The first number in the range of IDs used for DockableBarsRearranged events. |
static int |
DOCKABLE_BARS_REARRANGED_FLOATING_DOCKED
This event is delivered when the floating DockableBar is docked. |
static int |
DOCKABLE_BARS_REARRANGED_HIDDEN
This event is delivered when the docked DockableBar is hidden. |
static int |
DOCKABLE_BARS_REARRANGED_LAST
The last number in the range of IDs used for DockableBarsRearranged events. |
static int |
DOCKABLE_BARS_REARRANGED_MOVED
This event is delivered when the docked DockableBar is moved when it is floating. |
static int |
DOCKABLE_BARS_REARRANGED_RESIZED
This event is delivered when the docked DockableBar is resized at the same index within the same
row/column in the same DockableContainer. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
DockableBarsRearrangedEvent(Component source,
int id)
Constructs an DockableBarEvent object. |
Method Summary | |
---|---|
void |
addOtherRearrangedBar(DockableBarStateTransition stateTransition)
|
void |
clear()
|
Component |
getComponent()
Returns the originator of the event. |
List<DockableBarStateTransition> |
getOtherRearrangedBarsStateTransitions()
|
DockableBarStateTransition |
getStateTransition()
Returns the state transition (ID and pre- and post-states) for the component that originated the event. |
String |
paramString()
Returns a parameter string identifying this event. |
void |
setComponent(Component newValue)
|
void |
setId(int newValue)
|
void |
setStateTransition(DockableBarStateTransition newValue)
|
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 DOCKABLE_BARS_REARRANGED_FIRST
DockableBarsRearranged
events.
public static final int DOCKABLE_BARS_REARRANGED_LAST
DockableBarsRearranged
events.
public static final int DOCKABLE_BARS_REARRANGED_ADDED_DOCKED
DockableBar
is first added to DockableBarManager in docked mode.
public static final int DOCKABLE_BARS_REARRANGED_DOCKED_REMOVED
DockableBar
is removed from DockableBarManager.
public static final int DOCKABLE_BARS_REARRANGED_DOCKED_FLOATED
DockableBar
is floated.
public static final int DOCKABLE_BARS_REARRANGED_FLOATING_DOCKED
DockableBar
is docked.
public static final int DOCKABLE_BARS_REARRANGED_HIDDEN
DockableBar
is hidden.
public static final int DOCKABLE_BARS_REARRANGED_CHANGED_CONTAINER
DockableBar
is moved to a different DockableContainer.
public static final int DOCKABLE_BARS_REARRANGED_CHANGED_ROW_OR_COLUMN
DockableBar
is moved to a different row within the same
DockableContainer.
public static final int DOCKABLE_BARS_REARRANGED_CHANGED_INDEX
DockableBar
is moved to a different index within the same
row/column in the same DockableContainer.
public static final int DOCKABLE_BARS_REARRANGED_RESIZED
DockableBar
is resized at the same index within the same
row/column in the same DockableContainer.
public static final int DOCKABLE_BARS_REARRANGED_MOVED
DockableBar
is moved when it is floating.
protected DockableBarStateTransition _stateTransition
protected List<DockableBarStateTransition> _otherRearrangedBarsStateTransitions
Constructor Detail |
---|
public DockableBarsRearrangedEvent(Component source, int id)
DockableBarEvent
object.
source
- the Component
object that originated the event (should be a DockableBar
)id
- an integer indicating the type of eventMethod Detail |
---|
public String paramString()
paramString
in class AWTEvent
public Component getComponent()
Component
(should be a DockableBar
) object that originated the eventpublic void setComponent(Component newValue)
public void setId(int newValue)
public DockableBarStateTransition getStateTransition()
public void setStateTransition(DockableBarStateTransition newValue)
public void addOtherRearrangedBar(DockableBarStateTransition stateTransition)
public List<DockableBarStateTransition> getOtherRearrangedBarsStateTransitions()
public void clear()
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |