net.infonode.docking.action

Class CloseOthersWindowAction

public class CloseOthersWindowAction extends DockingWindowAction

Closes all tabs (with abort possibility) except the one belonging to the window the action is performed upon in the AbstractTabWindow parent of the window.

Since: IDW 1.4.0

Version: $Revision: 1.2 $

Author: $Author: johan $

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

Field Detail

INSTANCE

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