Package | Description |
---|---|
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MainApplication.DefaultNativeOsCallback |
Modifier and Type | Field and Description |
---|---|
private PlatformHook.NativeOsCallback |
PlatformHookOsx.osCallback |
Modifier and Type | Method and Description |
---|---|
default void |
PlatformHook.setNativeOsCallback(PlatformHook.NativeOsCallback callback)
Registers the native OS callback.
|
void |
PlatformHookOsx.setNativeOsCallback(PlatformHook.NativeOsCallback callback) |