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 intCONTROL_KEY_MASKstatic StringCONTROL_KEY_NAMEPlatform dependent keystroke infoprotected static intg_iPlatform
-
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 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
-
-