Uses of Interface
org.openstreetmap.josm.tools.PlatformHook
-
Packages that use PlatformHook Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of PlatformHook in org.openstreetmap.josm.tools
Classes in org.openstreetmap.josm.tools that implement PlatformHook Modifier and Type Class Description class
PlatformHookOsx
PlatformHook
implementation for Apple macOS (formerly Mac OS X) systems.class
PlatformHookUnixoid
PlatformHook
implementation for Unix systems.class
PlatformHookWindows
PlatformHook
implementation for Microsoft Windows systems.Fields in org.openstreetmap.josm.tools declared as PlatformHook Modifier and Type Field Description private static PlatformHook
PlatformManager. PLATFORM
Platform specific code goes in here.Fields in org.openstreetmap.josm.tools with type parameters of type PlatformHook Modifier and Type Field Description static PlatformVisitor<PlatformHook>
PlatformHook. CONSTRUCT_FROM_PLATFORM
Visitor to construct a PlatformHook from a givenPlatform
object.Methods in org.openstreetmap.josm.tools that return PlatformHook Modifier and Type Method Description static PlatformHook
PlatformManager. getPlatform()
Returns the current platform hook.
-