|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.japisoft.framework.step.SplashScreenApplicationStep
An application step with a splashscreen
| Constructor Summary | |
SplashScreenApplicationStep()
|
|
SplashScreenApplicationStep(javax.swing.Icon image,
int registeredDay)
|
|
SplashScreenApplicationStep(int delay)
Use the ApplicationModel.APP_IMG_PATH key, the delay is for delaying the starting in ms |
|
SplashScreenApplicationStep(java.lang.String imagePath)
|
|
SplashScreenApplicationStep(java.lang.String imagePath,
int registeredDay)
|
|
| Method Summary | |
boolean |
isFinal()
|
void |
start(java.lang.String[] args)
Start this application step. |
void |
stop()
This is called when terminating this application step. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SplashScreenApplicationStep()
public SplashScreenApplicationStep(int delay)
delay - public SplashScreenApplicationStep(java.lang.String imagePath)
public SplashScreenApplicationStep(java.lang.String imagePath,
int registeredDay)
public SplashScreenApplicationStep(javax.swing.Icon image,
int registeredDay)
| Method Detail |
public boolean isFinal()
isFinal in interface ApplicationSteptrue if this application step must be called when terminating the applicationpublic void start(java.lang.String[] args)
ApplicationStep
start in interface ApplicationSteppublic void stop()
ApplicationStep
stop in interface ApplicationStep
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||