net.infonode.docking.action

Class CloseWindowAction

public final class CloseWindowAction extends DockingWindowAction

Closes a window using the close method.

In a GUI, you would typically use CloseWithAbortWindowAction instead of this class.

Since: IDW 1.3.0

Version: $Revision: 1.5 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

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