Class DoActionButton.NamedHotkeyListConfigurer
java.lang.Object
VASSAL.configure.Configurer
VASSAL.configure.ListConfigurer
VASSAL.build.module.DoActionButton.NamedHotkeyListConfigurer
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
DoActionButton
@Deprecated(since="2020-10-21",
forRemoval=true)
public static class DoActionButton.NamedHotkeyListConfigurer
extends ListConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
not replaced
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.configure.Configurer
Configurer.ContextLevel
-
Field Summary
Fields inherited from class VASSAL.configure.ListConfigurer
configControls, configurers, controls, fixedSize, panel
Fields inherited from class VASSAL.configure.Configurer
changeSupport, context, contextLevel, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value
-
Constructor Summary
ConstructorDescriptionNamedHotkeyListConfigurer
(String key, String name, List<NamedKeyStroke> list) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected Configurer
Deprecated, for removal: This API element is subject to removal in a future version.The objects in the list are specified by the Configurer returned hereMethods inherited from class VASSAL.configure.ListConfigurer
equals, getControls, getListValue, getValueString, hashCode, propertyChange, repack, resize, setValue, setValue, updateControls, updateValue
Methods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getContext, getContextLevel, getHint, getKey, getName, getScreenSize, getValue, initCustomControls, isFrozen, isHighlighted, isPieceContext, removeFocusListener, removePropertyChangeListener, repack, requestFocus, setContext, setContext, setContext, setContextLevel, setEnabled, setFrozen, setHighlighted, setHint, setHintKey, setLabelVisibile, setLabelVisible, setName
-
Constructor Details
-
NamedHotkeyListConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
buildChildConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:ListConfigurer
The objects in the list are specified by the Configurer returned here- Specified by:
buildChildConfigurer
in classListConfigurer
- Returns:
- objects in the list
-