| 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 close method. |
| CloseWithAbortWindowAction | Closes a window using the 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 dock method. |
| DockWithAbortWindowAction | Docks a window using the dockWithAbort method. |
| MaximizeWindowAction | Maximizes a TabWindow. |
| MaximizeWithAbortWindowAction | Maximizes a TabWindow. |
| MinimizeWithAbortWindowAction | Minimizes a window. |
| NullWindowAction | Does nothing. |
| RestoreFocusWindowAction | Uses the restoreFocus method to restore focus to the last focus owner that inside a window. |
| RestoreParentWindowAction | Restores a window using the restore method. |
| RestoreParentWithAbortWindowAction | Restores a window using the restore method. |
| RestoreViewWithAbortTitleBarAction |
Restores a window using the restoreWithAbort method. |
| RestoreWithAbortWindowAction | Restores a window using the restore method. |
| StateDependentWindowAction | Performs different actions on a window depending on the state of the window. |
| UndockWindowAction | Undocks a window using the undock method. |
| UndockWithAbortWindowAction | Undocks a window using the undockWithAbort method. |