net.infonode.docking.action

Class NullWindowAction

public class NullWindowAction extends DockingWindowAction

Does nothing.

Since: IDW 1.3.0

Version: $Revision: 1.4 $

Author: $Author: jesper $

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

Field Detail

INSTANCE

public static final NullWindowAction INSTANCE
The only instance of this class.

Method Detail

getName

public String getName()

isPerformable

public boolean isPerformable(DockingWindow window)

perform

public void perform(DockingWindow window)

readResolve

protected Object readResolve()