com.vlsolutions.swing.docking.event

Class DockingActionSimpleStateChangeEvent

Implemented Interfaces:
Cloneable

public class DockingActionSimpleStateChangeEvent
extends DockingActionDockableEvent

An event describing a basic state change.

Baic state changes include :

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

DockingActionSimpleStateChangeEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState)
Constructs a new event

Method Summary

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

DockingActionSimpleStateChangeEvent

public DockingActionSimpleStateChangeEvent(DockingDesktop desktop,
                                           Dockable dockable,
                                           int initialState,
                                           int nextState)
Constructs a new event

Method Details

toString

public String toString()

© Copyright 2004-2006 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications