Package editor.util
Class PlatformUtil
- java.lang.Object
-
- editor.util.PlatformUtil
-
public class PlatformUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTROL_KEY_MASK
static String
CONTROL_KEY_NAME
Platform dependent keystroke infoprotected static int
g_iPlatform
-
Constructor Summary
Constructors Constructor Description PlatformUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getPlatform()
static boolean
hasXdgOpen()
static boolean
isLinux()
static boolean
isMac()
static boolean
isSolaris()
static boolean
isWindows()
-
-
-
Field Detail
-
CONTROL_KEY_NAME
public static final String CONTROL_KEY_NAME
Platform dependent keystroke info
-
CONTROL_KEY_MASK
public static final int CONTROL_KEY_MASK
-
g_iPlatform
protected static int g_iPlatform
-
-