com.vlsolutions.swing.docking.event

Class DockingActionCreateTabEvent

Implemented Interfaces:
Cloneable

public class DockingActionCreateTabEvent
extends DockingActionDockableEvent

A DockingActionEvent describing a tab insertion (or movement).
Since:
2.1

Field Summary

Fields inherited from class com.vlsolutions.swing.docking.event.DockingActionEvent

ACTION_ADD_DOCKABLE, ACTION_CLOSE, ACTION_CREATE_TAB, ACTION_SPLIT_COMPONENT, ACTION_SPLIT_DOCKABLE, ACTION_SPLIT_DOCKABLE_CONTAINER, ACTION_STATE_CHANGE

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()

Methods inherited from class com.vlsolutions.swing.docking.event.DockingActionDockableEvent

getDockable, setDockable

Methods inherited from class com.vlsolutions.swing.docking.event.DockingActionEvent

clone, getActionType, getDesktop, getInitialDockableState, getNextDockableState

Constructor Details

DockingActionCreateTabEvent

public DockingActionCreateTabEvent(DockingDesktop desktop,
                                   Dockable dockable,
                                   int initialState,
                                   int nextState,
                                   Dockable base,
                                   int order)

Method Details

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