|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.Client
public abstract class Client
Nested Class Summary | |
---|---|
static class |
Client.OS
OS is a typesafe enum class that describes the current operating system. |
static class |
Client.ServerEvent
|
Constructor Summary | |
---|---|
Client(int connectionId)
Creates a new instance of AbstractClient |
Method Summary | |
---|---|
static Client.OS |
getOperatingSystem()
Method to tell which operating system Electric is running on. |
static boolean |
isOSMac()
|
static boolean |
isOSWindows()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Client(int connectionId)
Method Detail |
---|
public static Client.OS getOperatingSystem()
public static boolean isOSWindows()
public static boolean isOSMac()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |