gistoolkit.application.command
Class ActionList

java.lang.Object
  extended bygistoolkit.application.command.ActionList

public class ActionList
extends java.lang.Object

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

ActionList

public ActionList()
Creates new CommandList

Method Detail

addAction

public void addAction(javax.swing.Action inAction)
Add a command to the list


getAction

public javax.swing.Action getAction(java.lang.String inName)
Retrieve the command with the given name


removeAction

public javax.swing.Action removeAction(java.lang.String inName)
Remove the command with the given name