Class SysTray
- java.lang.Object
-
- de.willuhn.jameica.gui.internal.parts.SysTray
-
@Lifecycle(CONTEXT) public class SysTray extends java.lang.Object
Zeigt das Systray an.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
KEY_SYSTRAY_DATA
-
Constructor Summary
Constructors Constructor Description SysTray()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setNewActivity(boolean b)
Legt fest, ob das Symbol neue Aktivität anzeigen soll.void
start()
Startet das Systray.void
stop()
Beendet das Systray.
-
-
-
Field Detail
-
KEY_SYSTRAY_DATA
public static final java.lang.String KEY_SYSTRAY_DATA
- See Also:
- Constant Field Values
-
-