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 classPlatformHookOsxPlatformHookimplementation for Apple macOS (formerly Mac OS X) systems.classPlatformHookUnixoidPlatformHookimplementation for Unix systems.classPlatformHookWindowsPlatformHookimplementation for Microsoft Windows systems.Fields in org.openstreetmap.josm.tools declared as PlatformHook Modifier and Type Field Description private static PlatformHookPlatformManager. PLATFORMPlatform 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_PLATFORMVisitor to construct a PlatformHook from a givenPlatformobject.Methods in org.openstreetmap.josm.tools that return PlatformHook Modifier and Type Method Description static PlatformHookPlatformManager. getPlatform()Returns the current platform hook.
-