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
- Author:
- rkinney
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.configure.Configurer
Configurer.ContextLevel
-
Field Summary
Modifier and TypeFieldDescriptionprotected StringConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.protected JPanel
Deprecated, for removal: This API element is subject to removal in a future version.protected final NamedHotKeyConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.protected PropertyChangerConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.protected DynamicProperty
Deprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class VASSAL.configure.Configurer
changeSupport, context, contextLevel, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Deprecated, 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.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.void
Deprecated, for removal: This API element is subject to removal in a future version.Set the Object valuevoid
Deprecated, for removal: This API element is subject to removal in a future version.Set the Object value from a Stringprotected void
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getContext, getContextLevel, getHint, getKey, getName, getScreenSize, getValue, initCustomControls, isFrozen, isHighlighted, isPieceContext, removeFocusListener, removePropertyChangeListener, repack, repack, requestFocus, setContext, setContext, setContext, setContextLevel, setEnabled, setHighlighted, setHint, setHintKey, setLabelVisibile, setLabelVisible, 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:
getValueString
in 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:
setFrozen
in 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:Configurer
Set the Object value- Overrides:
setValue
in 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:Configurer
Set the Object value from a String- Specified by:
setValue
in classConfigurer
-
getControls
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:Configurer
GUI interface for setting the option in an editing window- Specified by:
getControls
in 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