Package VASSAL.build.module.map
Class MassKeyCommand.DeckPolicyConfig
java.lang.Object
VASSAL.configure.Configurer
VASSAL.build.module.map.MassKeyCommand.DeckPolicyConfig
- All Implemented Interfaces:
ConfigurerFactory
- Direct Known Subclasses:
DeckGlobalKeyCommand.DeckPolicyConfig2
- Enclosing class:
- MassKeyCommand
public static class MassKeyCommand.DeckPolicyConfig extends Configurer implements ConfigurerFactory
-
Field Summary
Fields Modifier and Type Field Description protected static StringALLprotected Boxcontrolsprotected static StringFIXEDprotected IntConfigurerintConfigprotected static StringNONEprotected JLabelpromptprotected StringEnumConfigurertypeConfigFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description DeckPolicyConfig() -
Method Summary
Modifier and Type Method Description ConfigurergetConfigurer(AutoConfigurable c, String key, String name)ComponentgetControls()GUI interface for setting the option in an editing windowintgetIntValue()StringgetValueString()voidsetValue(Object o)Set the Object valuevoidsetValue(String s)Set the Object value from a StringMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Field Details
-
FIXED
- See Also:
- Constant Field Values
-
NONE
- See Also:
- Constant Field Values
-
ALL
- See Also:
- Constant Field Values
-
intConfig
-
typeConfig
-
prompt
-
controls
-
-
Constructor Details
-
DeckPolicyConfig
public DeckPolicyConfig()
-
-
Method Details
-
getControls
Description copied from class:ConfigurerGUI interface for setting the option in an editing window- Specified by:
getControlsin classConfigurer
-
getValueString
- Specified by:
getValueStringin classConfigurer- Returns:
- a String representation of the Object value
-
getIntValue
public int getIntValue() -
setValue
Description copied from class:ConfigurerSet the Object value- Overrides:
setValuein classConfigurer
-
setValue
Description copied from class:ConfigurerSet the Object value from a String- Specified by:
setValuein classConfigurer
-
getConfigurer
- Specified by:
getConfigurerin interfaceConfigurerFactory
-