- All Implemented Interfaces:
IconProvider
An action with an icon and a title.
- Since:
- IDW 1.3.0
-
Constructor Summary
Constructors
-
Method Summary
abstract boolean
abstract void
Converts this action into a Swing
Action
.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SimpleAction
protected SimpleAction()
-
Method Details
-
getName
public abstract String getName()
-
-
isEnabled
public abstract boolean isEnabled()
-
toSwingAction
Converts this action into a Swing
Action
.
- Returns:
- the Swing
Action