com.japisoft.framework.application.descriptor.helpers
Interface ActionBuilder
- All Known Implementing Classes:
- DefaultActionBuilderImpl
- public interface ActionBuilder
Build an action from the action name
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
|
Method Summary |
javax.swing.Action |
buildAction(com.japisoft.fastparser.node.SimpleNode source,
java.lang.String actionName)
Build an action for this name (it can be a classname...) |
buildAction
public javax.swing.Action buildAction(com.japisoft.fastparser.node.SimpleNode source,
java.lang.String actionName)
throws InterfaceBuilderException
- Build an action for this name (it can be a classname...)
- Throws:
InterfaceBuilderException - if the action cannot be found