|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.infonode.gui.action.SimpleAction
public abstract class SimpleAction
An action with an icon and a title.
| Constructor Summary | |
|---|---|
protected |
SimpleAction()
|
| Method Summary | |
|---|---|
abstract java.lang.String |
getName()
|
abstract boolean |
isEnabled()
|
abstract void |
perform()
|
javax.swing.Action |
toSwingAction()
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 |
| Methods inherited from interface net.infonode.gui.icon.IconProvider |
|---|
getIcon |
| Constructor Detail |
|---|
protected SimpleAction()
| Method Detail |
|---|
public abstract java.lang.String getName()
public abstract void perform()
public abstract boolean isEnabled()
public javax.swing.Action toSwingAction()
Action.
Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||