net.infonode.docking.action
Class NullWindowAction
java.lang.Object
net.infonode.docking.action.DockingWindowAction
net.infonode.docking.action.NullWindowAction
- All Implemented Interfaces:
- java.io.Serializable, IconProvider
public class NullWindowAction
- extends DockingWindowAction
Does nothing.
- Since:
- IDW 1.3.0
- Version:
- $Revision: 1.4 $
- Author:
- $Author: jesper $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
INSTANCE
public static final NullWindowAction INSTANCE
- The only instance of this class.
NullWindowAction
private NullWindowAction()
getName
public java.lang.String getName()
- Description copied from class:
DockingWindowAction
- Returns the name of this action.
- Specified by:
getName
in class DockingWindowAction
- Returns:
- the name of this action
isPerformable
public boolean isPerformable(DockingWindow window)
- Description copied from class:
DockingWindowAction
- Returns true if this action is performable on a window.
- Specified by:
isPerformable
in class DockingWindowAction
- Parameters:
window
- the window on which the action will be performed
- Returns:
- true if this action is performable on the window
perform
public void perform(DockingWindow window)
- Description copied from class:
DockingWindowAction
- Performs this action on a window.
- Specified by:
perform
in class DockingWindowAction
- Parameters:
window
- the window on which to perform the action
readResolve
protected java.lang.Object readResolve()
throws java.io.ObjectStreamException
- Throws:
java.io.ObjectStreamException