net.infonode.docking.action

Class RestoreViewWithAbortTitleBarAction

public class RestoreViewWithAbortTitleBarAction extends DockingWindowAction

Restores a window using the restoreWithAbort method.

This action is only meant to be used as restore action on a button on a view's title bar.

Since: IDW 1.4.0

Version: $Revision: 1.3 $

Author: johan

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

Field Detail

INSTANCE

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