|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
monitors.CommCenter
public class CommCenter
| Nested Class Summary | |
|---|---|
(package private) class |
CommCenter.InputReader
|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
static CoLsole |
colsole
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
CommCenter()
|
|
CommCenter(javax.swing.JDesktopPane desktop)
|
|
| Method Summary | |
|---|---|
static void |
closeLogs()
|
static void |
createConsole()
|
static javax.swing.JDesktopPane |
getDesktop()
|
static boolean |
isDebug()
|
static boolean |
isEnabled()
|
static void |
openLogs()
|
static void |
setDebug(boolean debug)
|
static void |
setDesktop(javax.swing.JDesktopPane desktop)
|
static void |
setEnabled(boolean enabled)
|
static void |
showBioData(java.lang.Object m)
|
static void |
showComm(java.lang.Object o)
|
static void |
showDebug(java.lang.Object m)
|
static void |
showError(java.lang.Object m)
|
static void |
toggleDebug()
|
static void |
toggleLogging()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static CoLsole colsole
| Constructor Detail |
|---|
public CommCenter(javax.swing.JDesktopPane desktop)
public CommCenter()
| Method Detail |
|---|
public static javax.swing.JDesktopPane getDesktop()
public static void setDesktop(javax.swing.JDesktopPane desktop)
desktop - The desktop to set.public static void createConsole()
public static void openLogs()
public static void closeLogs()
public static boolean isEnabled()
public static void setEnabled(boolean enabled)
enabled - The enabled to set.public static void showComm(java.lang.Object o)
o - -
generates an event to the GUI but can process the objectpublic static void showError(java.lang.Object m)
m - - formated type of popupspublic static void showDebug(java.lang.Object m)
m - - formated type of popupspublic static void showBioData(java.lang.Object m)
m - - formated type of popupspublic static void toggleLogging()
public static void toggleDebug()
public static boolean isDebug()
public static void setDebug(boolean debug)
debug - The debug to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||