jrdesktop
public class SysTray extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_FAILED |
static int |
SERVER_NOT_RUNNING |
static int |
SERVER_RUNNING |
static int |
SERVER_STARTED |
static int |
SERVER_STOPPED |
Constructor and Description |
---|
SysTray() |
Modifier and Type | Method and Description |
---|---|
static void |
displayViewer(java.lang.String viewer,
int size,
boolean connected) |
static void |
Hide() |
static boolean |
isEnabled() |
static boolean |
isServerRunning() |
static boolean |
isSupported() |
static void |
Show() |
static void |
updateServerStatus(int msgType) |
public static final int SERVER_STARTED
public static final int SERVER_STOPPED
public static final int CONNECTION_FAILED
public static final int SERVER_RUNNING
public static final int SERVER_NOT_RUNNING
public static void updateServerStatus(int msgType)
public static void displayViewer(java.lang.String viewer, int size, boolean connected)
public static boolean isSupported()
public static boolean isEnabled()
public static boolean isServerRunning()
public static void Hide()
public static void Show()