Package VASSAL.configure
Class DoubleConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.StringConfigurer
VASSAL.configure.DoubleConfigurer
public class DoubleConfigurer extends StringConfigurer
A Configurer for Double values
-
Field Summary
Fields inherited from class VASSAL.configure.StringConfigurer
DEFAULT_LENGHTH, length, nameField, p
Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
Constructors Constructor Description DoubleConfigurer(String key, String name)
DoubleConfigurer(String key, String name, Double val)
-
Method Summary
Modifier and Type Method Description String
getValueString()
void
setValue(String s)
Set the Object value from a StringMethods inherited from class VASSAL.configure.StringConfigurer
buildTextField, getControls
Methods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName, setValue
-
Constructor Details
-
DoubleConfigurer
-
DoubleConfigurer
-
-
Method Details
-
setValue
Description copied from class:Configurer
Set the Object value from a String- Overrides:
setValue
in classStringConfigurer
-
getValueString
- Overrides:
getValueString
in classStringConfigurer
- Returns:
- a String representation of the Object value
-