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
public static class DoActionButton.NamedHotkeyListConfigurer extends ListConfigurer
-
Field Summary
Fields inherited from class VASSAL.configure.ListConfigurer
configControls, configurers, controls, fixedSize, panelFields inherited from class VASSAL.configure.Configurer
changeSupport, frozen, key, name, NAME_PROPERTY, noUpdate, value -
Constructor Summary
Constructors Constructor Description NamedHotkeyListConfigurer(String key, String name, List<NamedKeyStroke> list) -
Method Summary
Modifier and Type Method Description protected ConfigurerbuildChildConfigurer()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, setValue, setValue, updateControls, updateValueMethods inherited from class VASSAL.configure.Configurer
addPropertyChangeListener, fireUpdate, getKey, getName, getValue, isFrozen, removePropertyChangeListener, setFrozen, setName
-
Constructor Details
-
NamedHotkeyListConfigurer
-
-
Method Details
-
buildChildConfigurer
Description copied from class:ListConfigurerThe objects in the list are specified by the Configurer returned here- Specified by:
buildChildConfigurerin classListConfigurer- Returns:
-