|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.composer.Splash
public class Splash
Splash screen shown while starting the composer. During startup messages can be displayed in the splash screen using the setMessage() method.
Constructor Summary | |
---|---|
Splash()
|
Method Summary | |
---|---|
void |
hideSplash()
Hides the splash screen. |
void |
setMessage(java.lang.String msg)
Displays a message in the splash screen. |
void |
showSplash()
Shows the splash screen. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Splash()
Method Detail |
---|
public void showSplash()
public void hideSplash()
public void setMessage(java.lang.String msg)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |