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
|
java.lang.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)
public Dockable getBase()
public int getOrder()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.