Class BrowserHelpFile.MyConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.AutoConfigurer
VASSAL.build.module.documentation.BrowserHelpFile.MyConfigurer
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
- BrowserHelpFile
protected static class BrowserHelpFile.MyConfigurer extends AutoConfigurer
Handles the packaging of the target directory into the module file after the user saves the properties in the
editor
- Author:
- rkinney
-
Field Summary
Fields inherited from class VASSAL.configure.AutoConfigurer
conditions, configurers, p, target
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
Constructors Constructor Description MyConfigurer(AutoConfigurable c)
-
Method Summary
Methods inherited from class VASSAL.configure.AutoConfigurer
checkVisibility, createConfigurer, getConfigurer, getControls, getValueString, propertyChange, reset, setValue, setVisibility
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, isFrozen, removePropertyChangeListener, setFrozen, setName, setValue
-
Constructor Details
-
MyConfigurer
-
-
Method Details
-
getValue
Description copied from class:Configurer
The Object value May be null if the Object has not been initialized- Overrides:
getValue
in classConfigurer
-