net.infonode.gui.action
public abstract class SimpleAction extends Object implements IconProvider
Since: IDW 1.3.0
Version: $Revision: 1.4 $
| Constructor Summary | |
|---|---|
| protected | SimpleAction() |
| Method Summary | |
|---|---|
| abstract String | getName() |
| abstract boolean | isEnabled() |
| abstract void | perform() |
| Action | toSwingAction()
Converts this action into a Swing Action.
|
Returns: the Swing Action