net.infonode.docking.action

Class RestoreParentWindowAction

public final class RestoreParentWindowAction 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.

Since: IDW 1.3.0

Version: $Revision: 1.5 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

public static final RestoreParentWindowAction 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()