java.lang.Object
net.anwiba.commons.swing.filechooser.FileChoosers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JFileChoosercreateOpenFileChooser(IPreferences preferences, IOpenFileChooserConfiguration configuration) static JFileChoosercreateSaveFileChooser(IPreferences preferences, ISaveFileChooserConfiguration configuration) static IFileChooserResultshow(Component owner, IPreferences preferences, IOpenFileChooserConfiguration configuration) static IFileChooserResultshow(Component owner, IPreferences preferences, ISaveFileChooserConfiguration configuration) static IFileChooserResultshow(Component owner, IOpenFileChooserConfiguration configuration) static IFileChooserResultshow(Component owner, ISaveFileChooserConfiguration configuration)
-
Field Details
-
FOLDER
- See Also:
-
DEFAULT_PREFERENCE_NODE
- See Also:
-
FILECHOOSER_PREFERENCES_PATH
- See Also:
-
-
Constructor Details
-
FileChoosers
public FileChoosers()
-
-
Method Details
-
show
-
show
public static IFileChooserResult show(Component owner, IPreferences preferences, IOpenFileChooserConfiguration configuration) -
createSaveFileChooser
public static JFileChooser createSaveFileChooser(IPreferences preferences, ISaveFileChooserConfiguration configuration) -
createOpenFileChooser
public static JFileChooser createOpenFileChooser(IPreferences preferences, IOpenFileChooserConfiguration configuration) -
show
-
show
public static IFileChooserResult show(Component owner, IPreferences preferences, ISaveFileChooserConfiguration configuration)
-