|
|||||||||
| Home >> All >> org >> merlotxml >> [ merlot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.merlotxml.merlot
Class MerlotSplashScreen

java.lang.Objectorg.merlotxml.merlot.MerlotSplashScreen
- public class MerlotSplashScreen
- extends java.lang.Object
| Nested Class Summary | |
(package private) class |
MerlotSplashScreen.CloseSplashScreen
|
(package private) class |
MerlotSplashScreen.UpdateStatus
|
| Field Summary | |
(package private) javax.swing.JWindow |
_external
|
(package private) javax.swing.Icon |
_splash
|
(package private) javax.swing.JLabel |
_statusBar
|
(package private) long |
_timer
|
(package private) static int |
MIN_SPLASH_TIME
|
(package private) static int |
SLEEP_TIME
|
| Constructor Summary | |
MerlotSplashScreen(javax.swing.Icon pic)
Create a splash screen |
|
| Method Summary | |
void |
close()
|
protected javax.swing.JPanel |
getPanel()
|
protected void |
setupExternal()
|
void |
showStatus(java.lang.String status)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
_statusBar
javax.swing.JLabel _statusBar
SLEEP_TIME
static final int SLEEP_TIME
- See Also:
- Constant Field Values
MIN_SPLASH_TIME
static final int MIN_SPLASH_TIME
- See Also:
- Constant Field Values
_splash
javax.swing.Icon _splash
_external
javax.swing.JWindow _external
_timer
long _timer
| Constructor Detail |
MerlotSplashScreen
public MerlotSplashScreen(javax.swing.Icon pic)
- Create a splash screen
| Method Detail |
close
public void close()
showStatus
public void showStatus(java.lang.String status)
setupExternal
protected void setupExternal()
getPanel
protected javax.swing.JPanel getPanel()
|
|||||||||
| Home >> All >> org >> merlotxml >> [ merlot overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.merlotxml.merlot.MerlotSplashScreen