|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.japisoft.framework.ApplicationStepAdapter
com.japisoft.framework.step.ClassInstanceStep
Here a way to create an object from a class when starting the application
| Constructor Summary | |
ClassInstanceStep(java.lang.String className)
A class name for building the object |
|
ClassInstanceStep(java.lang.String className,
boolean forMacOSXOnly)
A class name for building the object. |
|
| Method Summary | |
void |
start(java.lang.String[] args)
Start this application step. |
| Methods inherited from class com.japisoft.framework.ApplicationStepAdapter |
isFinal, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassInstanceStep(java.lang.String className)
public ClassInstanceStep(java.lang.String className,
boolean forMacOSXOnly)
className - A class nameforMacOSXOnly - decide to use it only for Mac OS X| Method Detail |
public void start(java.lang.String[] args)
ApplicationStep
start in interface ApplicationStepstart in class ApplicationStepAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||