Class FileChoosers


  • public class FileChoosers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FileChoosers()
      Wrapper class for file choosers that are responsible for opening map and scenario files.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File showOpenMapDialog​(javafx.stage.Stage primaryStage)  
      java.io.File showOpenScenarioDialog​(javafx.stage.Stage primaryStage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileChoosers

        public FileChoosers()
        Wrapper class for file choosers that are responsible for opening map and scenario files.
    • Method Detail

      • showOpenMapDialog

        public java.io.File showOpenMapDialog​(javafx.stage.Stage primaryStage)
      • showOpenScenarioDialog

        public java.io.File showOpenScenarioDialog​(javafx.stage.Stage primaryStage)