net.infonode.docking.action
public final class CloseWindowAction extends DockingWindowAction
Closes a window using the {@link DockingWindow#close()} method.
In a GUI, you would typically use {@link CloseWithAbortWindowAction} instead of this class.
Since: IDW 1.3.0
Version: $Revision: 1.5 $
Field Summary | |
---|---|
static CloseWindowAction | INSTANCE
The only instance of this class |
Method Summary | |
---|---|
Icon | getIcon() |
String | getName() |
boolean | isPerformable(DockingWindow window) |
void | perform(DockingWindow window) |
protected Object | readResolve() |