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, p, tf
 
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
 
Constructor Summary
DirectoryConfigurer(java.lang.String key, java.lang.String name)
           
 
Method Summary
 void chooseNewValue()
           
 void setValue(java.lang.Object o)
          Set the Object value
 
Methods inherited from class VASSAL.configure.FileConfigurer
fileValue, getControls, getValueString, main, setValue
 
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, setFrozen, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryConfigurer

public DirectoryConfigurer(java.lang.String key,
                           java.lang.String name)
Method Detail

setValue

public void setValue(java.lang.Object o)
Description copied from class: Configurer
Set the Object value

Overrides:
setValue in class FileConfigurer

chooseNewValue

public void chooseNewValue()
Overrides:
chooseNewValue in class FileConfigurer