Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformHookOsx
PlatformHook implementation for Apple Mac OS X systems. |
class |
PlatformHookUnixoid
PlatformHook implementation for Unix systems. |
class |
PlatformHookWindows
PlatformHook implementation for Microsoft Windows systems. |
Modifier and Type | Field and Description |
---|---|
private static PlatformHook |
PlatformManager.PLATFORM
Platform specific code goes in here.
|
Modifier and Type | Field and Description |
---|---|
static PlatformVisitor<PlatformHook> |
PlatformHook.CONSTRUCT_FROM_PLATFORM
Visitor to construct a PlatformHook from a given
Platform object. |
Modifier and Type | Method and Description |
---|---|
static PlatformHook |
PlatformManager.getPlatform()
Returns the current platform hook.
|