Class StatusBar.DisplayThread
java.lang.Object
java.lang.Thread
org.apache.batik.apps.svgbrowser.StatusBar.DisplayThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
StatusBar
To display the main message
-
Nested Class Summary
Nested classes/interfaces inherited from class Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionDisplayThread(long duration) DisplayThread(long duration, Thread toJoin) DisplayThread(Thread toJoin) -
Method Summary
Methods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, toString, yield
-
Constructor Details
-
DisplayThread
public DisplayThread() -
DisplayThread
public DisplayThread(long duration) -
DisplayThread
-
DisplayThread
-
-
Method Details
-
finish
public void finish() -
run
-