com.vlsolutions.swing.docking.event

Class DockingActionAddDockableEvent

public class DockingActionAddDockableEvent extends DockingActionDockableEvent

A DockingActionEvent describing the first insertion of a dockable either inside a desktop docking panel (main panel) or into a compoundDockable (nested) container.

Since: 2.1

Constructor Summary
DockingActionAddDockableEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState, Container parentContainer)
Constructor for a DockingActionAddDockableEvent
Method Summary
ContainergetParentContainer()
Returns the parent container into which this dockable will be added
StringtoString()

Constructor Detail

DockingActionAddDockableEvent

public DockingActionAddDockableEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState, Container parentContainer)
Constructor for a DockingActionAddDockableEvent

Parameters: parentContainer the container (DockingPanel or CompoundDockingPanel) into which this dockable is goint to be added.

Method Detail

getParentContainer

public Container getParentContainer()
Returns the parent container into which this dockable will be added

toString

public String toString()
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications