Uses of Class
VASSAL.configure.DirectoryConfigurer
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's. |
| VASSAL.tools.filechooser |
-
Uses of DirectoryConfigurer in VASSAL.build.module
Fields in VASSAL.build.module declared as DirectoryConfigurer Modifier and Type Field Description protected DirectoryConfigurerGameState. savedGameDirectoryPreferenceMethods in VASSAL.build.module that return DirectoryConfigurer Modifier and Type Method Description DirectoryConfigurerGameState. getSavedGameDirectoryPreference() -
Uses of DirectoryConfigurer in VASSAL.configure
Fields in VASSAL.configure declared as DirectoryConfigurer Modifier and Type Field Description protected static DirectoryConfigurerAudioClipConfigurer. resourceDirPrefprotected static DirectoryConfigurerImageConfigurer. resourceDirPrefprotected DirectoryConfigurerFileConfigurer. startingDirectoryConstructors in VASSAL.configure with parameters of type DirectoryConfigurer Constructor Description FileConfigurer(String key, String name, DirectoryConfigurer startingDirectory) -
Uses of DirectoryConfigurer in VASSAL.tools.filechooser
Fields in VASSAL.tools.filechooser declared as DirectoryConfigurer Modifier and Type Field Description protected DirectoryConfigurerFileChooser. prefsMethods in VASSAL.tools.filechooser with parameters of type DirectoryConfigurer Modifier and Type Method Description static FileChooserFileChooser. createFileChooser(Component parent, DirectoryConfigurer prefs)static FileChooserFileChooser. createFileChooser(Component parent, DirectoryConfigurer prefs, int mode)Creates a FileChooser appropriate for the user's OS.Constructors in VASSAL.tools.filechooser with parameters of type DirectoryConfigurer Constructor Description FileChooser(Component parent, DirectoryConfigurer pref)