|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.core.startup.Splash
public final class Splash
A class that encapsulates all the splash screen things.
| Method Summary | |
|---|---|
void |
addToMaxSteps(int steps)
Adds specified numbers of steps to a progress |
void |
cacheReady()
|
void |
dispose()
|
void |
flushCaches(DataOutputStream os)
|
Component |
getComponent()
|
static Splash |
getInstance()
|
void |
increment(int steps)
|
static Image |
loadContent(boolean about)
Loads a splash image from its source |
void |
print(String s)
Updates text in splash window |
void |
setRunning(boolean running)
Enables or disables splash component and its progress animation |
static void |
showAboutDialog(Frame parent,
JComponent info)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Splash getInstance()
public static void showAboutDialog(Frame parent,
JComponent info)
public void setRunning(boolean running)
public void dispose()
public void increment(int steps)
public Component getComponent()
public void print(String s)
public void addToMaxSteps(int steps)
public static Image loadContent(boolean about)
about - if true then about image is loaded, if false splash image is loaded
public void flushCaches(DataOutputStream os)
throws IOException
flushCaches in interface Stamps.UpdaterIOExceptionpublic void cacheReady()
cacheReady in interface Stamps.Updater
|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||