Package VASSAL.counters
Class DynamicProperty.DynamicKeyCommandConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.counters.DynamicProperty.DynamicKeyCommandConfigurer
- Enclosing class:
- DynamicProperty
@Deprecated(since="2020-12-06", forRemoval=true) protected static class DynamicProperty.DynamicKeyCommandConfigurer extends Configurer
Deprecated, for removal: This API element is subject to removal in a future version.
Configure a single Dynamic Key Command line
-
Field Summary
Fields Modifier and Type Field Description protected StringConfigurercommandConfigDeprecated, for removal: This API element is subject to removal in a future version.protected JPanelcontrolsDeprecated, for removal: This API element is subject to removal in a future version.protected NamedHotKeyConfigurerkeyConfigDeprecated, for removal: This API element is subject to removal in a future version.protected PropertyChangerConfigurerpropChangeConfigDeprecated, for removal: This API element is subject to removal in a future version.protected DynamicPropertytargetDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description DynamicKeyCommandConfigurer(DynamicProperty target)Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and Type Method Description protected voidbuildControls()Deprecated, for removal: This API element is subject to removal in a future version.ComponentgetControls()Deprecated, for removal: This API element is subject to removal in a future version.GUI interface for setting the option in an editing windowDynamicProperty.DynamicKeyCommandgetKeyCommand()Deprecated, for removal: This API element is subject to removal in a future version.StringgetValueString()Deprecated, for removal: This API element is subject to removal in a future version.voidsetFrozen(boolean val)Deprecated, for removal: This API element is subject to removal in a future version.Freeze the Configurer from issuing PropertyChange Events.voidsetValue(Object value)Deprecated, for removal: This API element is subject to removal in a future version.Set the Object valuevoidsetValue(String s)Deprecated, for removal: This API element is subject to removal in a future version.Set the Object value from a Stringprotected voidupdateValue()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getHint, getKey, getName, getScreenSize, getValue, isFrozen, isHighlighted, removeFocusListener, removePropertyChangeListener, repack, repack, requestFocus, setHighlighted, setHint, setHintKey, setLabelVisibile, setName
-
Field Details
-
keyConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
propChangeConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
commandConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
controls
Deprecated, for removal: This API element is subject to removal in a future version. -
target
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
DynamicKeyCommandConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getValueString
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getValueStringin classConfigurer- Returns:
- a String representation of the Object value
-
setFrozen
public void setFrozen(boolean val)Deprecated, for removal: This API element is subject to removal in a future version.Freeze the Configurer from issuing PropertyChange Events. Ensure the subsidiary Configurers are quiet also.- Overrides:
setFrozenin classConfigurer- Parameters:
val- true to freeze
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ConfigurerSet the Object value- Overrides:
setValuein classConfigurer
-
getKeyCommand
Deprecated, for removal: This API element is subject to removal in a future version. -
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ConfigurerSet the Object value from a String- Specified by:
setValuein classConfigurer
-
getControls
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ConfigurerGUI interface for setting the option in an editing window- Specified by:
getControlsin classConfigurer
-
updateValue
protected void updateValue()Deprecated, for removal: This API element is subject to removal in a future version. -
buildControls
protected void buildControls()Deprecated, for removal: This API element is subject to removal in a future version.
-
DynamicKeyCommandConfigurer