|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.application.command.ActionList
Object for holding the commands associated with an application.
Constructor Summary | |
ActionList()
Creates new CommandList |
Method Summary | |
void |
addAction(javax.swing.Action inAction)
Add a command to the list |
javax.swing.Action |
getAction(java.lang.String inName)
Retrieve the command with the given name |
javax.swing.Action |
removeAction(java.lang.String inName)
Remove the command with the given name |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionList()
Method Detail |
public void addAction(javax.swing.Action inAction)
public javax.swing.Action getAction(java.lang.String inName)
public javax.swing.Action removeAction(java.lang.String inName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |