Package net.infonode.docking.action

Action classes for docking windows.

See:
          Description

Class Summary
CloseOthersWindowAction Closes all tabs (with abort possibility) except the one belonging to the window the action is performed upon in the AbstractTabWindow parent of the window.
CloseWindowAction Closes a window using the DockingWindow.close() method.
CloseWithAbortWindowAction Closes a window using the DockingWindow.closeWithAbort() method.
DockingWindowAction An action that can be performed on a DockingWindow.
DockingWindowActionProperty A property that has a DockingWindowAction object as value.
DockWindowAction Docks a window using the DockingWindow.dock() method.
DockWithAbortWindowAction Docks a window using the DockingWindow.dockWithAbort() method.
MaximizeWindowAction Maximizes a TabWindow.
MaximizeWithAbortWindowAction Maximizes a TabWindow.
MinimizeWithAbortWindowAction Minimizes a window.
NullWindowAction Does nothing.
RestoreFocusWindowAction Uses the DockingWindow.restoreFocus() method to restore focus to the last focus owner that inside a window.
RestoreParentWindowAction Restores a window using the DockingWindow.restore() method.
RestoreParentWithAbortWindowAction Restores a window using the DockingWindow.restore() method.
RestoreViewWithAbortTitleBarAction Restores a window using the DockingWindow.restoreWithAbort() method.
RestoreWithAbortWindowAction Restores a window using the DockingWindow.restore() method.
StateDependentWindowAction Performs different actions on a window depending on the state of the window.
UndockWindowAction Undocks a window using the DockingWindow.undock(Point) method.
UndockWithAbortWindowAction Undocks a window using the DockingWindow.undockWithAbort(Point) method.
 

Package net.infonode.docking.action Description

Action classes for docking windows.