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 FileChooserAudioClipConfigurer.initFileChooser()protected FileChooserDirectoryConfigurer.initFileChooser()protected FileChooserFileConfigurer.initFileChooser()protected FileChooserImageConfigurer.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 voidAbstractLaunchAction.addFileFilters(FileChooser fc) -
Uses of FileChooser in VASSAL.tools.filechooser
Methods in VASSAL.tools.filechooser that return FileChooserModifier and TypeMethodDescriptionstatic FileChooserFileChooser.createFileChooser(Component parent) 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. -
Uses of FileChooser in VASSAL.tools.imports
Methods in VASSAL.tools.imports that return FileChooser