Package org.apache.batik.apps.svgbrowser
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 java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final long
(package private) long
(package private) Thread
Fields inherited from class java.lang.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 java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
DEFAULT_DURATION
static final long DEFAULT_DURATION- See Also:
-
duration
long duration -
toJoin
Thread toJoin
-
-
Constructor Details
-
DisplayThread
public DisplayThread() -
DisplayThread
public DisplayThread(long duration) -
DisplayThread
-
DisplayThread
-
-
Method Details