com.vlsolutions.swing.docking.event
public class DockingActionCreateTabEvent extends DockingActionDockableEvent
Since: 2.1
| Constructor Summary | |
|---|---|
| DockingActionCreateTabEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState, Dockable base, int order) | |
| 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 |
| String | toString() |