com.japisoft.framework.step
Class InterfaceBuilderStep
java.lang.Object
com.japisoft.framework.ApplicationStepAdapter
com.japisoft.framework.step.InterfaceBuilderStep
- All Implemented Interfaces:
- ApplicationStep
- public class InterfaceBuilderStep
- extends ApplicationStepAdapter
A step for building the interface menu, popup ...
The result is an InterfaceBuilder object stored in the ApplicationModel class.
- Version:
- 1.0
- Author:
- (c) 2004 JAPISoft / http://www.japisoft.com
|
Method Summary |
void |
start(java.lang.String[] args)
Start this application step. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterfaceBuilderStep
public InterfaceBuilderStep()
- It will used the
ApplicationModel.USERINTERFACE_FILE field value for
finding the interface descriptor
InterfaceBuilderStep
public InterfaceBuilderStep(java.lang.String descriptorPath)
- Parameters:
descriptorPath - Path from the classpath or the file system
InterfaceBuilderStep
public InterfaceBuilderStep(ActionBuilder actionBuilder)
- It will used the
ApplicationModel.USERINTERFACE_FILE field value for
finding the interface descriptor
- Parameters:
actionBuilder - a delegate for building each action object
InterfaceBuilderStep
public InterfaceBuilderStep(java.lang.String descriptorPath,
ActionBuilder actionBuilder)
- Parameters:
descriptorPath - a path from the classpath or the file systemactionBuilder - A delegate for building each action object
start
public void start(java.lang.String[] args)
- Description copied from interface:
ApplicationStep
- Start this application step. The application main parameters are provided. It may throw an
ApplicationStepException
- Specified by:
start in interface ApplicationStep- Overrides:
start in class ApplicationStepAdapter