net.infonode.docking.action

Class MaximizeWindowAction

public final class MaximizeWindowAction extends DockingWindowAction

Maximizes a TabWindow. Finds the parent TabWindow if the window this action is performed on is not a TabWindow.

Since: IDW 1.3.0

Version: $Revision: 1.6 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

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