net.infonode.docking.action

Class RestoreParentWithAbortWindowAction

public final class RestoreParentWithAbortWindowAction extends DockingWindowAction

Restores a window using the {@link DockingWindow#restore()} method. If the parent window is a {@link TabWindow} which is maximized, it is restored. The action calls {@link net.infonode.docking.DockingWindow#restoreWithAbort()}.

Since: IDW 1.4.0

Version: $Revision: 1.3 $

Author: $Author: jesper $

Field Summary
static RestoreParentWithAbortWindowActionINSTANCE
The only instance of this class.
Method Summary
IcongetIcon()
StringgetName()
booleanisPerformable(DockingWindow window)
voidperform(DockingWindow window)
protected ObjectreadResolve()

Field Detail

INSTANCE

public static final RestoreParentWithAbortWindowAction INSTANCE
The only instance of this class.

Method Detail

getIcon

public Icon getIcon()

getName

public String getName()

isPerformable

public boolean isPerformable(DockingWindow window)

perform

public void perform(DockingWindow window)

readResolve

protected Object readResolve()