com.vlsolutions.swing.docking.event
public class DockingActionAddDockableEvent extends DockingActionDockableEvent
Since: 2.1
Constructor Summary | |
---|---|
DockingActionAddDockableEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState, Container parentContainer) Constructor for a DockingActionAddDockableEvent |
Method Summary | |
---|---|
Container | getParentContainer() Returns the parent container into which this dockable will be added |
String | toString() |
Parameters: parentContainer the container (DockingPanel or CompoundDockingPanel) into which this dockable is goint to be added.