Module org.autogui
Package org.autogui.swing.prefs
Class GuiSwingPrefsSupports.PreferencesForFileDialog
java.lang.Object
org.autogui.swing.prefs.GuiSwingPrefsSupports.PreferencesForFileDialog
- All Implemented Interfaces:
GuiSwingPrefsSupports.Preferences
,GuiSwingPrefsSupports.PreferencesByJsonEntry
- Enclosing class:
GuiSwingPrefsSupports
public static class GuiSwingPrefsSupports.PreferencesForFileDialog
extends Object
implements GuiSwingPrefsSupports.PreferencesByJsonEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyTo
(SettingsWindow.FileDialogManager dialogManager) getKey()
void
setBackPath
(Path path) void
setCurrentDirectory
(Path path) void
setFileList
(List<Path> fileList) void
toJson()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.autogui.swing.prefs.GuiSwingPrefsSupports.PreferencesByJsonEntry
loadFrom, loadFromAndToJson, saveTo, setJsonAndSaveTo
-
Field Details
-
fileList
-
backPath
-
currentDirectory
-
key
-
-
Constructor Details
-
PreferencesForFileDialog
public PreferencesForFileDialog()
-
-
Method Details
-
setFileList
-
setBackPath
-
setCurrentDirectory
-
applyTo
-
getKey
- Specified by:
getKey
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
getFileListDirect
- Returns:
- the direct reference to the property fileList
- Since:
- 1.7
-
getBackPath
- Returns:
- the property value or null
- Since:
- 1.7
-
getCurrentDirectory
- Returns:
- the property value or null
- Since:
- 1.7
-
toJson
- Specified by:
toJson
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-
setJson
- Specified by:
setJson
in interfaceGuiSwingPrefsSupports.PreferencesByJsonEntry
-