|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.joctopus.starter.JOctopusTray
public class JOctopusTray
Represents JOctopus Tray which will be visible in system Tray, if ones system supports this functionaity. This class is multithreaded for running simultaneously with other threads.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
java.awt.MenuItem |
aboutChatterItem
menu items for popup menu |
java.awt.MenuItem |
chatterConsoleItem
menu items for popup menu |
java.awt.PopupMenu |
chatterPopupMenu
popup menu for chatter tray this popup menu exposes diffrernt modules to user |
java.awt.SystemTray |
chatterSystemTay
system tray for chatter |
java.awt.TrayIcon |
chatterTray
Tray icon for chatter |
java.awt.MenuItem |
exitItem
menu items for popup menu |
java.awt.MenuItem |
openChatterItem
menu items for popup menu |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
JOctopusTray()
Default Constructor |
Method Summary | |
---|---|
void |
initializeChatterTray()
initializes system tray. |
void |
run()
|
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, 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 java.awt.SystemTray chatterSystemTay
public java.awt.TrayIcon chatterTray
public java.awt.PopupMenu chatterPopupMenu
public java.awt.MenuItem exitItem
public java.awt.MenuItem openChatterItem
public java.awt.MenuItem aboutChatterItem
public java.awt.MenuItem chatterConsoleItem
Constructor Detail |
---|
public JOctopusTray()
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void initializeChatterTray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |