|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.view.tray.SystemTray
public class SystemTray
Geeboss is supporting a simple system tray menu that allows to re-open and to exit Geeboss. Supported on Windows and Linux.
Field Summary | |
---|---|
static boolean |
mTrayIsTeasing
Remember the status of teasing in the tray |
Constructor Summary | |
---|---|
SystemTray(org.eclipse.swt.widgets.Display display,
org.eclipse.swt.widgets.Shell shell,
MainView GeebossGui)
Instantiate a new SystemTray |
Method Summary | |
---|---|
void |
disable()
Disable systray icon |
boolean |
isMinimizedToTray()
Get wether Geeboss is minimized to system tray |
void |
setTrayItemState(boolean teasing)
Set the trayitem state to either teasing or not. |
void |
updateI18N()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean mTrayIsTeasing
Constructor Detail |
---|
public SystemTray(org.eclipse.swt.widgets.Display display, org.eclipse.swt.widgets.Shell shell, MainView GeebossGui)
display
- The displayshell
- The shellGeebossGui
- The MainControllerMethod Detail |
---|
public void disable()
public boolean isMinimizedToTray()
public void setTrayItemState(boolean teasing)
teasing
- Set to true to indicate unread news are availablepublic void updateI18N()
Translatable.updateI18N()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |