Class JWFileChooserViewController

    • Constructor Detail

      • JWFileChooserViewController

        public JWFileChooserViewController()
        Construct a view controller.
    • Method Detail

      • setEventReceiver

        public void setEventReceiver​(java.util.function.Consumer<JWFileChooserEventType> eventReceiver)
      • setConfiguration

        public void setConfiguration​(JWFileChoosers inChoosers,
                                     JWFileChooserConfiguration inConfiguration)
        Set the file chooser provider and configuration.
        Parameters:
        inChoosers - The provider
        inConfiguration - The configuration
      • result

        public java.util.List<java.nio.file.Path> result()
        Returns:
        The list of selected files, if any