Uses of Class
VASSAL.configure.DirectoryConfigurer
Package
Description
Contains classes that may be added to a
GameModule
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of DirectoryConfigurer in VASSAL.build.module
Modifier and TypeFieldDescriptionprotected DirectoryConfigurer
GameState.editorImageDirectoryPreference
protected DirectoryConfigurer
GameState.editorSoundDirectoryPreference
protected DirectoryConfigurer
GameState.savedGameDirectoryPreference
Modifier and TypeMethodDescriptionGameState.getEditorImageDirectoryPreference()
GameState.getEditorSoundDirectoryPreference()
GameState.getSavedGameDirectoryPreference()
-
Uses of DirectoryConfigurer in VASSAL.configure
Modifier and TypeFieldDescriptionprotected static DirectoryConfigurer
AudioClipConfigurer.resourceDirPref
protected static DirectoryConfigurer
ImageConfigurer.resourceDirPref
protected DirectoryConfigurer
FileConfigurer.startingDirectory
ModifierConstructorDescriptionFileConfigurer
(String key, String name, DirectoryConfigurer startingDirectory) -
Uses of DirectoryConfigurer in VASSAL.tools.filechooser
Modifier and TypeMethodDescriptionstatic 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.