Class AuxclasspathSetupController

  • All Implemented Interfaces:
    javafx.fxml.Initializable

    public class AuxclasspathSetupController
    extends java.lang.Object
    implements javafx.fxml.Initializable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize​(java.net.URL location, java.util.ResourceBundle resources)  
      void show​(javafx.stage.Stage parentStage, java.util.List<java.io.File> currentItems, java.util.function.Consumer<java.util.List<java.io.File>> onApply)
      Displays the popup.
      • Methods inherited from class java.lang.Object

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

      • AuxclasspathSetupController

        public AuxclasspathSetupController​(DesignerRoot designerRoot)
    • Method Detail

      • initialize

        public void initialize​(java.net.URL location,
                               java.util.ResourceBundle resources)
        Specified by:
        initialize in interface javafx.fxml.Initializable
      • show

        public void show​(javafx.stage.Stage parentStage,
                         java.util.List<java.io.File> currentItems,
                         java.util.function.Consumer<java.util.List<java.io.File>> onApply)
        Displays the popup.