|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SplashHandler
Interface to control application splash screen.
Boot.getSplashHandler()| Method Summary | |
|---|---|
void |
configure(ExtendedProperties config)
Configures this handler instance. |
java.net.URL |
getImage()
|
java.lang.Object |
getImplementation()
Useful method to get access to handler internals. |
float |
getProgress()
|
java.lang.String |
getText()
|
boolean |
isVisible()
|
void |
setImage(java.net.URL value)
Sets new image URL and optionally displays it on the splash screen. |
void |
setProgress(float value)
Sets boot progress value and optionally adjust visual progress bar control. |
void |
setText(java.lang.String value)
Sets new text caption and optionally display it on the screen. |
void |
setVisible(boolean value)
Shows/hides splash screen. |
| Method Detail |
|---|
void configure(ExtendedProperties config)
config - handler configuration data, here included all configuration
parameters which name starts with
org.java.plugin.boot.splash. prefixfloat getProgress()
void setProgress(float value)
value - new progress valuejava.lang.String getText()
void setText(java.lang.String value)
value - new text captionjava.net.URL getImage()
void setImage(java.net.URL value)
value - new image URLboolean isVisible()
true if splash screen is displayed nowvoid setVisible(boolean value)
value - true to show splash screen, false
- to hide and dispose itjava.lang.Object getImplementation()
this (useful for handler wrappers)
|
JPF 1.5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||