public class DockingActionCreateTabEvent extends DockingActionDockableEvent
ACTION_ADD_DOCKABLE, ACTION_CLOSE, ACTION_CREATE_TAB, ACTION_SPLIT_COMPONENT, ACTION_SPLIT_DOCKABLE, ACTION_SPLIT_DOCKABLE_CONTAINER, ACTION_STATE_CHANGE
Constructor and Description |
---|
DockingActionCreateTabEvent(DockingDesktop desktop,
Dockable dockable,
DockableState.Location initialLocation,
DockableState.Location nextLocation,
Dockable base,
int order) |
Modifier and Type | Method and Description |
---|---|
Dockable |
getBase()
Returns the dockable used as a reference to create a tab (may already belong to a tab)
|
int |
getOrder()
Returns the order of insertion in the tabbed container
|
String |
toString() |
getDockable, setDockable
clone, getActionType, getDesktop, getInitialLocation, getNextLocation
public DockingActionCreateTabEvent(DockingDesktop desktop, Dockable dockable, DockableState.Location initialLocation, DockableState.Location nextLocation, Dockable base, int order)
© Copyright 2004-2013 Lilian Chamontin. All Rights Reserved.