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, tfFields 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 voidaddToArchive(File f)voidchooseNewValue()protected FileChooserinitFileChooser()voidsetValue(Object o)Set the Object valueMethods inherited from class VASSAL.configure.FileConfigurer
getControls, getFileValue, getValueString, isEditable, main, setEditable, setValueMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Constructor Details
-
DirectoryConfigurer
-
-
Method Details
-
initFileChooser
- Overrides:
initFileChooserin classFileConfigurer
-
setValue
Description copied from class:ConfigurerSet the Object value- Overrides:
setValuein classFileConfigurer
-
addToArchive
- Overrides:
addToArchivein classFileConfigurer
-
chooseNewValue
public void chooseNewValue()- Overrides:
chooseNewValuein classFileConfigurer
-