Package | Description |
---|---|
org.openstreetmap.josm |
Provides the classes of JOSM application.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Field and Description |
---|---|
static PlatformHook |
Main.platform
Platform specific code goes in here.
|
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 |
---|---|
static PlatformVisitor<PlatformHook> |
PlatformHook.CONSTRUCT_FROM_PLATFORM
Visitor to construct a PlatformHook from a given
Platform object. |