Uses of Class
org.openstreetmap.josm.tools.Platform
-
Packages that use Platform Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Platform in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as Platform Modifier and Type Field Description private static PlatformPlatform. platformMethods in org.openstreetmap.josm.tools that return Platform Modifier and Type Method Description static PlatformPlatform. determinePlatform()Identifies the current operating system family.PlatformPlatformHook. getPlatform()Get the platform corresponding to this platform hook.PlatformPlatformHookOsx. getPlatform()PlatformPlatformHookUnixoid. getPlatform()PlatformPlatformHookWindows. getPlatform()static PlatformPlatform. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Platform[]Platform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-