Uses of Interface
org.openstreetmap.josm.tools.PlatformHook.NativeOsCallback
-
Packages that use PlatformHook.NativeOsCallback 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. -
-
Uses of PlatformHook.NativeOsCallback in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement PlatformHook.NativeOsCallback Modifier and Type Class Description private static class
MainApplication.DefaultNativeOsCallback
-
Uses of PlatformHook.NativeOsCallback in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as PlatformHook.NativeOsCallback Modifier and Type Field Description private PlatformHook.NativeOsCallback
PlatformHookOsx. osCallback
Methods in org.openstreetmap.josm.tools with parameters of type PlatformHook.NativeOsCallback Modifier and Type Method Description default void
PlatformHook. setNativeOsCallback(PlatformHook.NativeOsCallback callback)
Registers the native OS callback.void
PlatformHookOsx. setNativeOsCallback(PlatformHook.NativeOsCallback callback)
-