Uses of Class
org.autogui.swing.util.SettingsWindow.FileListModel
Packages that use SettingsWindow.FileListModel
-
Uses of SettingsWindow.FileListModel in org.autogui.swing.prefs
Methods in org.autogui.swing.prefs with parameters of type SettingsWindow.FileListModelModifier and TypeMethodDescriptionvoidGuiSwingPrefsSupports.FileDialogPreferencesUpdater.updateFileList(SettingsWindow.FileListModel listModel) -
Uses of SettingsWindow.FileListModel in org.autogui.swing.util
Fields in org.autogui.swing.util declared as SettingsWindow.FileListModelModifier and TypeFieldDescriptionprotected SettingsWindow.FileListModelSettingsWindow.FileDialogManager.historyListModelprotected SettingsWindow.FileListModelSettingsWindow.FileListAddAction.listModelprotected SettingsWindow.FileListModelSettingsWindow.FileListClearAction.listModelprotected SettingsWindow.FileListModelSettingsWindow.FileListRemoveAction.listModelMethods in org.autogui.swing.util with parameters of type SettingsWindow.FileListModelModifier and TypeMethodDescriptionvoidSettingsWindow.FileDialogManagerListener.updateFileList(SettingsWindow.FileListModel listModel) Constructors in org.autogui.swing.util with parameters of type SettingsWindow.FileListModelModifierConstructorDescriptionFileListAddAction(SettingsWindow.FileListModel listModel, JFileChooser chooser) FileListAddAction(SettingsWindow.FileListModel listModel, JFileChooser chooser, Function<File, Path> fileToPath) construcotr with file-to-path function