com.vlsolutions.swing.docking.event

Class DockingActionAddDockableEvent

Implemented Interfaces:
Cloneable

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

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

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

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

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 Details

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