Package editor.util
Class PlatformUtil
- java.lang.Object
-
- editor.util.PlatformUtil
-
public class PlatformUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTROL_KEY_MASKstatic java.lang.StringCONTROL_KEY_NAMEPlatform dependent keystroke infoprotected static intg_iPlatform(package private) static intPLAT_AIX(package private) static intPLAT_HPUX(package private) static intPLAT_LINUX(package private) static intPLAT_MAC(package private) static intPLAT_NETWARE(package private) static intPLAT_OS2(package private) static intPLAT_SOLARIS(package private) static intPLAT_UNDEFINED(package private) static intPLAT_UNINIT(package private) static intPLAT_WINDOWS
-
Constructor Summary
Constructors Constructor Description PlatformUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetPlatform()static booleanhasXdgOpen()static booleanisLinux()static booleanisMac()static booleanisSolaris()static booleanisWindows()
-
-
-
Field Detail
-
CONTROL_KEY_NAME
public static final java.lang.String CONTROL_KEY_NAME
Platform dependent keystroke info
-
CONTROL_KEY_MASK
public static final int CONTROL_KEY_MASK
-
PLAT_UNINIT
static final int PLAT_UNINIT
- See Also:
- Constant Field Values
-
PLAT_UNDEFINED
static final int PLAT_UNDEFINED
- See Also:
- Constant Field Values
-
PLAT_WINDOWS
static final int PLAT_WINDOWS
- See Also:
- Constant Field Values
-
PLAT_MAC
static final int PLAT_MAC
- See Also:
- Constant Field Values
-
PLAT_SOLARIS
static final int PLAT_SOLARIS
- See Also:
- Constant Field Values
-
PLAT_LINUX
static final int PLAT_LINUX
- See Also:
- Constant Field Values
-
PLAT_OS2
static final int PLAT_OS2
- See Also:
- Constant Field Values
-
PLAT_HPUX
static final int PLAT_HPUX
- See Also:
- Constant Field Values
-
PLAT_AIX
static final int PLAT_AIX
- See Also:
- Constant Field Values
-
PLAT_NETWARE
static final int PLAT_NETWARE
- See Also:
- Constant Field Values
-
g_iPlatform
protected static int g_iPlatform
-
-