jrdesktop
Class SysTray
java.lang.Object
jrdesktop.SysTray
public class SysTray
- extends java.lang.Object
SysTray.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVER_STARTED
public static final int SERVER_STARTED
- See Also:
- Constant Field Values
SERVER_STOPPED
public static final int SERVER_STOPPED
- See Also:
- Constant Field Values
CONNECTION_FAILED
public static final int CONNECTION_FAILED
- See Also:
- Constant Field Values
SERVER_RUNNING
public static final int SERVER_RUNNING
- See Also:
- Constant Field Values
SERVER_NOT_RUNNING
public static final int SERVER_NOT_RUNNING
- See Also:
- Constant Field Values
SysTray
public SysTray()
updateServerStatus
public static void updateServerStatus(int msgType)
displayViewer
public static void displayViewer(java.lang.String viewer,
int size,
boolean connected)
isSupported
public static boolean isSupported()
isEnabled
public static boolean isEnabled()
isServerRunning
public static boolean isServerRunning()
Hide
public static void Hide()
Show
public static void Show()