public class FileChoosers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PREFERENCE_NODE |
static String |
FILECHOOSER_PREFERENCES_PATH |
static String |
FOLDER |
| Constructor and Description |
|---|
FileChoosers() |
| Modifier and Type | Method and Description |
|---|---|
static JFileChooser |
createOpenFileChooser(IPreferences preferences,
IOpenFileChooserConfiguration configuration) |
static JFileChooser |
createSaveFileChooser(IPreferences preferences,
ISaveFileChooserConfiguration configuration) |
static IFileChooserResult |
show(Window owner,
IOpenFileChooserConfiguration configuration) |
static IFileChooserResult |
show(Window owner,
IPreferences preferences,
IOpenFileChooserConfiguration configuration) |
static IFileChooserResult |
show(Window owner,
IPreferences preferences,
ISaveFileChooserConfiguration configuration) |
static IFileChooserResult |
show(Window owner,
ISaveFileChooserConfiguration configuration) |
public static final String FOLDER
public static final String DEFAULT_PREFERENCE_NODE
public static final String FILECHOOSER_PREFERENCES_PATH
public static IFileChooserResult show(Window owner, IOpenFileChooserConfiguration configuration)
public static IFileChooserResult show(Window owner, IPreferences preferences, IOpenFileChooserConfiguration configuration)
public static JFileChooser createSaveFileChooser(IPreferences preferences, ISaveFileChooserConfiguration configuration)
public static JFileChooser createOpenFileChooser(IPreferences preferences, IOpenFileChooserConfiguration configuration)
public static IFileChooserResult show(Window owner, ISaveFileChooserConfiguration configuration)
public static IFileChooserResult show(Window owner, IPreferences preferences, ISaveFileChooserConfiguration configuration)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.