Uses of Class
VASSAL.tools.filechooser.FileChooser
Packages that use FileChooser
Package
Description
Provides classes for building Java instances automatically from XML
files.
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of FileChooser in VASSAL.build
Methods in VASSAL.build that return FileChooserModifier and TypeMethodDescriptionGameModule.getEditorImageChooser()
GameModule.getEditorSoundChooser()
GameModule.getFileChooser()
-
Uses of FileChooser in VASSAL.configure
Fields in VASSAL.configure declared as FileChooserMethods in VASSAL.configure that return FileChooserModifier and TypeMethodDescriptionprotected FileChooser
AudioClipConfigurer.initFileChooser()
protected FileChooser
DirectoryConfigurer.initFileChooser()
protected FileChooser
FileConfigurer.initFileChooser()
protected FileChooser
ImageConfigurer.initFileChooser()
-
Uses of FileChooser in VASSAL.i18n
Fields in VASSAL.i18n declared as FileChooserMethods in VASSAL.i18n that return FileChooser -
Uses of FileChooser in VASSAL.launch
Fields in VASSAL.launch declared as FileChooserMethods in VASSAL.launch with parameters of type FileChooserModifier and TypeMethodDescriptionprotected void
AbstractLaunchAction.addFileFilters
(FileChooser fc) -
Uses of FileChooser in VASSAL.tools.filechooser
Methods in VASSAL.tools.filechooser that return FileChooserModifier and TypeMethodDescriptionstatic FileChooser
FileChooser.createFileChooser
(Component parent) 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. -
Uses of FileChooser in VASSAL.tools.imports
Methods in VASSAL.tools.imports that return FileChooser