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 {@link DockingWindow#close()} method. |
CloseWithAbortWindowAction | Closes a window using the {@link DockingWindow#closeWithAbort()} method. |
DockingWindowAction | An action that can be performed on a {@link DockingWindow}. |
DockingWindowActionProperty | A property that has a {@link DockingWindowAction} object as value. |
DockWindowAction | Docks a window using the {@link DockingWindow#dock()} method. |
DockWithAbortWindowAction | Docks a window using the {@link DockingWindow#dockWithAbort()} method. |
MaximizeWindowAction | Maximizes a {@link TabWindow}. |
MaximizeWithAbortWindowAction | Maximizes a {@link TabWindow}. |
MinimizeWithAbortWindowAction | Minimizes a window. |
NullWindowAction | Does nothing. |
RestoreFocusWindowAction | Uses the {@link DockingWindow#restoreFocus()} method to restore focus to the last focus owner that inside a window. |
RestoreParentWindowAction | Restores a window using the {@link DockingWindow#restore()} method. |
RestoreParentWithAbortWindowAction | Restores a window using the {@link DockingWindow#restore()} method. |
RestoreViewWithAbortTitleBarAction |
Restores a window using the {@link net.infonode.docking.DockingWindow#restoreWithAbort()} method. |
RestoreWithAbortWindowAction | Restores a window using the {@link DockingWindow#restore()} method. |
StateDependentWindowAction | Performs different actions on a window depending on the state of the window. |
UndockWindowAction | Undocks a window using the {@link DockingWindow#undock(Point)} method. |
UndockWithAbortWindowAction | Undocks a window using the {@link DockingWindow#undockWithAbort(Point)} method. |