com.japisoft.framework.application.descriptor.helpers
Class DefaultActionBuilderImpl

java.lang.Object
  extended bycom.japisoft.framework.application.descriptor.helpers.DefaultActionBuilderImpl
All Implemented Interfaces:
ActionBuilder

public class DefaultActionBuilderImpl
extends java.lang.Object
implements ActionBuilder

It uses a class.forName for creating and building the final action

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
DefaultActionBuilderImpl()
           
 
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...)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultActionBuilderImpl

public DefaultActionBuilderImpl()
Method Detail

buildAction

public javax.swing.Action buildAction(com.japisoft.fastparser.node.SimpleNode source,
                                      java.lang.String actionName)
                               throws InterfaceBuilderException
Description copied from interface: ActionBuilder
Build an action for this name (it can be a classname...)

Specified by:
buildAction in interface ActionBuilder
Throws:
InterfaceBuilderException - if the action cannot be found