net.infonode.docking.action

Class MaximizeWithAbortWindowAction

public final class MaximizeWithAbortWindowAction extends DockingWindowAction

Maximizes a {@link TabWindow}. Finds the parent {@link TabWindow} if the window this action is performed on is not a {@link TabWindow}. The action calls {@link net.infonode.docking.DockingWindow#maximizeWithAbort()}.

Since: IDW 1.4.0

Version: $Revision: 1.2 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

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