Package VASSAL.configure
Class DirectoryConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.FileConfigurer
VASSAL.configure.DirectoryConfigurer
public class DirectoryConfigurer extends FileConfigurer
A Configurer for picking file directories
-
Field Summary
Fields inherited from class VASSAL.configure.FileConfigurer
archive, editable, fc, p, startingDirectory, tf
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
Constructors Constructor Description DirectoryConfigurer(String key, String name)
-
Method Summary
Modifier and Type Method Description protected void
addToArchive(File f)
void
chooseNewValue()
protected FileChooser
initFileChooser()
void
setValue(Object o)
Set the Object valueMethods inherited from class VASSAL.configure.FileConfigurer
getControls, getFileValue, getValueString, isEditable, main, setEditable, setValue
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Constructor Details
-
DirectoryConfigurer
-
-
Method Details
-
initFileChooser
- Overrides:
initFileChooser
in classFileConfigurer
-
setValue
Description copied from class:Configurer
Set the Object value- Overrides:
setValue
in classFileConfigurer
-
addToArchive
- Overrides:
addToArchive
in classFileConfigurer
-
chooseNewValue
public void chooseNewValue()- Overrides:
chooseNewValue
in classFileConfigurer
-