com.vlsolutions.swing.docking.event
Class DockingActionCreateTabEvent
java.lang.Object
com.vlsolutions.swing.docking.event.DockingActionEvent
com.vlsolutions.swing.docking.event.DockingActionDockableEvent
com.vlsolutions.swing.docking.event.DockingActionCreateTabEvent
- All Implemented Interfaces:
- java.lang.Cloneable
public class DockingActionCreateTabEvent
- extends DockingActionDockableEvent
A DockingActionEvent describing a tab insertion (or movement).
- Since:
- 2.1
Method Summary |
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()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DockingActionCreateTabEvent
public DockingActionCreateTabEvent(DockingDesktop desktop,
Dockable dockable,
int initialState,
int nextState,
Dockable base,
int order)
getBase
public Dockable getBase()
- Returns the dockable used as a reference to create a tab (may already belong to a tab)
getOrder
public int getOrder()
- Returns the order of insertion in the tabbed container
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications