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
FieldsModifier and TypeFieldDescriptionprotected StringConfigurerDeprecated, for removal: This API element is subject to removal in a future version.protected JPanelDeprecated, for removal: This API element is subject to removal in a future version.protected NamedHotKeyConfigurerDeprecated, for removal: This API element is subject to removal in a future version.protected PropertyChangerConfigurerDeprecated, for removal: This API element is subject to removal in a future version.protected DynamicPropertyDeprecated, 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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected voidDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.GUI interface for setting the option in an editing windowDeprecated, for removal: This API element is subject to removal in a future version.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.voidDeprecated, for removal: This API element is subject to removal in a future version.Set the Object valuevoidDeprecated, for removal: This API element is subject to removal in a future version.Set the Object value from a Stringprotected voidDeprecated, 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