public interface SplashHandler
Boot.getSplashHandler()
Modifier and Type | Method and Description |
---|---|
void |
configure(ExtendedProperties config)
Configures this handler instance.
|
URL |
getImage() |
Object |
getImplementation()
Useful method to get access to handler internals.
|
float |
getProgress() |
String |
getText() |
boolean |
isVisible() |
void |
setImage(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(String value)
Sets new text caption and optionally display it on the screen.
|
void |
setVisible(boolean value)
Shows/hides splash screen.
|
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 valueString getText()
void setText(String value)
value
- new text captionURL getImage()
void setImage(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 itObject getImplementation()
this
(useful for handler wrappers)Copyright © 2015. All rights reserved.