Class MainApplication.DefaultNativeOsCallback

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleAbout()
      macOS: Called when JOSM is asked to show it's about dialog.
      void handlePreferences()
      macOS: Called when JOSM is asked to show it's preferences UI.
      boolean handleQuitRequest()
      macOS: Invoked when JOSM is asked to quit.
      void openFiles​(java.util.List<java.io.File> files)
      macOS: Called when JOSM is asked to open a list of files.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait