com.vlsolutions.swing.docking.event
Class DockingActionAddDockableEvent
- Cloneable
public class DockingActionAddDockableEvent
A DockingActionEvent describing the first insertion of a dockable either inside a desktop
docking panel (main panel) or into a compoundDockable (nested) container.
DockingActionAddDockableEvent
public DockingActionAddDockableEvent(DockingDesktop desktop,
Dockable dockable,
int initialState,
int nextState,
Container parentContainer)
Constructor for a DockingActionAddDockableEvent
parentContainer
- the container (DockingPanel or CompoundDockingPanel) into which this
dockable is goint to be added.
getParentContainer
public Container getParentContainer()
Returns the parent container into which this dockable will be added
toString
public String toString()
© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications