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