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 DirectoryConfigurer
GameState. savedGameDirectoryPreference
Methods in VASSAL.build.module that return DirectoryConfigurer Modifier and Type Method Description DirectoryConfigurer
GameState. getSavedGameDirectoryPreference()
-
Uses of DirectoryConfigurer in VASSAL.configure
Fields in VASSAL.configure declared as DirectoryConfigurer Modifier and Type Field Description protected static DirectoryConfigurer
AudioClipConfigurer. resourceDirPref
protected static DirectoryConfigurer
ImageConfigurer. resourceDirPref
protected DirectoryConfigurer
FileConfigurer. startingDirectory
Constructors 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 DirectoryConfigurer
FileChooser. prefs
Methods in VASSAL.tools.filechooser with parameters of type DirectoryConfigurer Modifier and Type Method Description static FileChooser
FileChooser. createFileChooser(Component parent, DirectoryConfigurer prefs)
static FileChooser
FileChooser. 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)