net.infonode.docking.action

Class DockWithAbortWindowAction

public class DockWithAbortWindowAction extends DockingWindowAction

Docks a window using the {@link DockingWindow#dockWithAbort()} method.

Since: IDW 1.4.0

Version: $Revision: 1.3 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

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