Class ProductFileChooser

    • Constructor Detail

      • ProductFileChooser

        public ProductFileChooser​(File currentDirectory)
    • Method Detail

      • setProductToExport

        public void setProductToExport​(Product product)
      • getSubsetProduct

        public Product getSubsetProduct()
        File chooser only returns a product, if a product with advanced options was created.
        Returns:
        the product with advanced options or null
      • isSubsetEnabled

        public boolean isSubsetEnabled()
      • setSubsetEnabled

        public void setSubsetEnabled​(boolean useSubset)
      • isAdvancedEnabled

        public boolean isAdvancedEnabled()
      • setAdvancedEnabled

        public void setAdvancedEnabled​(boolean useAdvanced)
      • convertInputToPath

        public static Path convertInputToPath​(Object input)