Class SaveFileChooserConfiguration

java.lang.Object
net.anwiba.commons.swing.filechooser.AbstractFileChooserConfiguration
net.anwiba.commons.swing.filechooser.SaveFileChooserConfiguration
All Implemented Interfaces:
IFileChooserConfiguration, ISaveFileChooserConfiguration

public class SaveFileChooserConfiguration extends AbstractFileChooserConfiguration implements ISaveFileChooserConfiguration
  • Constructor Details

    • SaveFileChooserConfiguration

      public SaveFileChooserConfiguration(Iterable<FileFilter> fileFilters, int fileSelectionMode, boolean isAllFilterEnabled, boolean isMultiSelectionEnabled)
    • SaveFileChooserConfiguration

      public SaveFileChooserConfiguration(File presetFile, Iterable<FileFilter> fileFilters, int fileSelectionMode, boolean isAllFilterEnabled, boolean isMultiSelectionEnabled)