Package net.infonode.gui.action
Class SimpleAction
- java.lang.Object
-
- net.infonode.gui.action.SimpleAction
-
- All Implemented Interfaces:
IconProvider
public abstract class SimpleAction extends java.lang.Object implements IconProvider
An action with an icon and a title.- Since:
- IDW 1.3.0
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.String
getName()
abstract boolean
isEnabled()
abstract void
perform()
javax.swing.Action
toSwingAction()
Converts this action into a SwingAction
.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.infonode.gui.icon.IconProvider
getIcon
-
-