public abstract class SimpleAction extends java.lang.Object implements IconProvider
Modifier | Constructor and Description |
---|---|
protected |
SimpleAction() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getName() |
abstract boolean |
isEnabled() |
abstract void |
perform() |
javax.swing.Action |
toSwingAction()
Converts this action into a Swing
Action . |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIcon