Package net.infonode.docking.action
Class MinimizeWithAbortWindowAction
java.lang.Object
net.infonode.docking.action.DockingWindowAction
net.infonode.docking.action.MinimizeWithAbortWindowAction
- All Implemented Interfaces:
Serializable
,IconProvider
Minimizes a window. The action calls
DockingWindow.minimizeWithAbort()
.- Since:
- IDW 1.4.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MinimizeWithAbortWindowAction
The only instance of this class. -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
Returns the optional icon of this action.getName()
Returns the name of this action.boolean
isPerformable
(DockingWindow window) Returns true if this action is performable on a window.void
perform
(DockingWindow window) Performs this action on a window.protected Object
Methods inherited from class net.infonode.docking.action.DockingWindowAction
getAction, toString
-
Field Details
-
INSTANCE
The only instance of this class.
-
-
Method Details
-
getName
Description copied from class:DockingWindowAction
Returns the name of this action.- Specified by:
getName
in classDockingWindowAction
- Returns:
- the name of this action
-
getIcon
Description copied from class:DockingWindowAction
Returns the optional icon of this action.- Specified by:
getIcon
in interfaceIconProvider
- Overrides:
getIcon
in classDockingWindowAction
- Returns:
- the optional icon of this action, null if there is no icon
-
isPerformable
Description copied from class:DockingWindowAction
Returns true if this action is performable on a window.- Specified by:
isPerformable
in classDockingWindowAction
- Parameters:
window
- the window on which the action will be performed- Returns:
- true if this action is performable on the window
-
perform
Description copied from class:DockingWindowAction
Performs this action on a window.- Specified by:
perform
in classDockingWindowAction
- Parameters:
window
- the window on which to perform the action
-
readResolve
- Throws:
ObjectStreamException
-