allensoft.gui
Interface ActionPool

All Known Implementing Classes:
CVSActionPool

public interface ActionPool

Defines a pool of actions. Actions can be retried by using an ID. This interface is used by the MenuBuilder and ToolbarBuilder classes when parsing the XML documents.


Method Summary
 javax.swing.Action getActionWithID(java.lang.String sID)
           
 

Method Detail

getActionWithID

public javax.swing.Action getActionWithID(java.lang.String sID)