net.infonode.docking.action
public abstract class DockingWindowAction extends Object implements Serializable, IconProvider
Since: IDW 1.3.0
Version: $Revision: 1.4 $
Method Summary | |
---|---|
SimpleAction | getAction(DockingWindow window)
Creates a simple action that performs this action on a window.
|
Icon | getIcon()
Returns the optional icon of this action.
|
abstract String | getName()
Returns the name of this action.
|
abstract boolean | isPerformable(DockingWindow window)
Returns true if this action is performable on a window.
|
abstract void | perform(DockingWindow window)
Performs this action on a window.
|
String | toString() |
Parameters: window the window on which to perform the action
Returns: the action that performs this action on a window.
Returns: the optional icon of this action, null if there is no icon
Returns: the name of this action
Parameters: window the window on which the action will be performed
Returns: true if this action is performable on the window
Parameters: window the window on which to perform the action