Class SubstanceTitlePane.HeapStatusThread
java.lang.Object
java.lang.Thread
org.pushingpixels.lafwidget.utils.TrackableThread
org.pushingpixels.substance.internal.utils.SubstanceTitlePane.HeapStatusThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- SubstanceTitlePane
public static class SubstanceTitlePane.HeapStatusThread
extends org.pushingpixels.lafwidget.utils.TrackableThread
Thread for heap status panel.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionGets singleton instance ofthisthread.static voidRegisters new heap status panel withthisthread.protected voidvoidrun()static voidUnregisters new heap status panel fromthisthread.Methods inherited from class org.pushingpixels.lafwidget.utils.TrackableThread
requestStopAllThreadsMethods 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
-
Method Details
-
getInstance
Gets singleton instance ofthisthread.- Returns:
- Singleton instance of
thisthread.
-
registerPanel
Registers new heap status panel withthisthread.- Parameters:
panel- Heap statuc panel.
-
unregisterPanel
Unregisters new heap status panel fromthisthread.- Parameters:
panel- Heap statuc panel.
-
run
public void run() -
requestStop
protected void requestStop()- Specified by:
requestStopin classorg.pushingpixels.lafwidget.utils.TrackableThread
-