Package net.infonode.docking.action
package net.infonode.docking.action
-
ClassesClassDescriptionCloses all tabs (with abort possibility) except the one belonging to the window the action is performed upon in the AbstractTabWindow parent of the window.Closes a window using the
DockingWindow.close()
method.Closes a window using theDockingWindow.closeWithAbort()
method.An action that can be performed on aDockingWindow
.A property that has aDockingWindowAction
object as value.Docks a window using theDockingWindow.dock()
method.Docks a window using theDockingWindow.dockWithAbort()
method.Maximizes aTabWindow
.Maximizes aTabWindow
.Minimizes a window.Does nothing.Uses theDockingWindow.restoreFocus()
method to restore focus to the last focus owner that inside a window.Restores a window using theDockingWindow.restore()
method.Restores a window using theDockingWindow.restore()
method.Restores a window using theDockingWindow.restoreWithAbort()
method.Restores a window using theDockingWindow.restore()
method.Performs different actions on a window depending on the state of the window.Undocks a window using theDockingWindow.undock(Point)
method.Undocks a window using theDockingWindow.undockWithAbort(Point)
method.