com.vlsolutions.swing.docking.event
Class DockingActionCreateTabEvent

java.lang.Object
  extended by com.vlsolutions.swing.docking.event.DockingActionEvent
      extended by com.vlsolutions.swing.docking.event.DockingActionDockableEvent
          extended by 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

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
 java.lang.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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DockingActionCreateTabEvent

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

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