Package VASSAL.build.module
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
-
Field Summary
Fields inherited from class VASSAL.configure.ListConfigurer
configControls, configurers, controls, fixedSize, panelFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, hint, key, LIST_ENTRY_HIGHLIGHT_COLOR, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
ConstructorsConstructorDescriptionNamedHotkeyListConfigurer(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 ConfigurerDeprecated, 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, updateValueMethods inherited from class VASSAL.configure.Configurer
addFocusListener, addPropertyChangeListener, fireUpdate, getHint, getKey, getName, getScreenSize, getValue, isFrozen, isHighlighted, removeFocusListener, removePropertyChangeListener, repack, requestFocus, setFrozen, setHighlighted, setHint, setHintKey, setLabelVisibile, 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:ListConfigurerThe objects in the list are specified by the Configurer returned here- Specified by:
buildChildConfigurerin classListConfigurer- Returns:
- objects in the list
-