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 base implementation. |
class |
PlatformHookWindows
PlatformHook implementation for Microsoft Windows systems. |