Interface IFileChooserConfiguration
-
- All Known Subinterfaces:
IOpenFileChooserConfiguration,ISaveFileChooserConfiguration
- All Known Implementing Classes:
AbstractFileChooserConfiguration,OpenFileChooserConfiguration,SaveFileChooserConfiguration
public interface IFileChooserConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<javax.swing.filechooser.FileFilter>getFileFilters()intgetFileSelectionMode()java.io.FilegetPresetFile()booleanisAllFilterEnabled()booleanisMultiSelectionEnabled()
-