Uses of Interface
org.openstreetmap.josm.tools.PlatformHook.WebStartMigrationCallback
-
Packages that use PlatformHook.WebStartMigrationCallback Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of PlatformHook.WebStartMigrationCallback in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type PlatformHook.WebStartMigrationCallback Modifier and Type Method Description default void
PlatformHook. checkWebStartMigration(PlatformHook.WebStartMigrationCallback callback)
Checks if we run Oracle Web Start, proposes to user to migrate to OpenWebStart.default void
PlatformHook. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.WebStartMigrationCallback webStartCallback)
The startupHook will be called early, but after the GUI setup has started.void
PlatformHookOsx. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.WebStartMigrationCallback webStartCallback)
void
PlatformHookUnixoid. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.WebStartMigrationCallback webStartCallback)
void
PlatformHookWindows. startupHook(PlatformHook.JavaExpirationCallback javaCallback, PlatformHook.WebStartMigrationCallback webStartCallback)
-