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 Platform
Platform. platform
Methods in org.openstreetmap.josm.tools that return Platform Modifier and Type Method Description static Platform
Platform. determinePlatform()
Identifies the current operating system family.Platform
PlatformHook. getPlatform()
Get the platform corresponding to this platform hook.Platform
PlatformHookOsx. getPlatform()
Platform
PlatformHookUnixoid. getPlatform()
Platform
PlatformHookWindows. getPlatform()
static Platform
Platform. 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.
-