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 classMainApplication.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.NativeOsCallbackPlatformHookOsx. osCallbackMethods in org.openstreetmap.josm.tools with parameters of type PlatformHook.NativeOsCallback Modifier and Type Method Description default voidPlatformHook. setNativeOsCallback(PlatformHook.NativeOsCallback callback)Registers the native OS callback.voidPlatformHookOsx. setNativeOsCallback(PlatformHook.NativeOsCallback callback)
-