com.vlsolutions.swing.docking.event
Class DockingActionCreateTabEvent
- Cloneable
public class DockingActionCreateTabEvent
A DockingActionEvent describing a tab insertion (or movement).
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()
|
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 String toString()
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications