Uses of Interface
VASSAL.configure.ConfigurableListEntry
Packages that use ConfigurableListEntry
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of ConfigurableListEntry in VASSAL.build.module.map.deck
Methods in VASSAL.build.module.map.deck with parameters of type ConfigurableListEntryModifier and TypeMethodDescriptionvoid
SortParameterArrayConfigurer.deleteEntry
(ConfigurableListEntry entry) void
SortParameterArrayConfigurer.entryChanged
(ConfigurableListEntry entry) void
SortParameterArrayConfigurer.selectEntry
(ConfigurableListEntry entry) -
Uses of ConfigurableListEntry in VASSAL.configure
Classes in VASSAL.configure that implement ConfigurableListEntryModifier and TypeClassDescriptionclass
Base class for a List Entry maintained by aConfigurableList
AConfigurableListEntry
must be configurered by a single Configurer.Methods in VASSAL.configure with parameters of type ConfigurableListEntryModifier and TypeMethodDescriptionvoid
ConfigurableList.deleteEntry
(ConfigurableListEntry entry) Remove the specified entry from the list.void
DynamicKeyCommandListConfigurer.deleteEntry
(ConfigurableListEntry entry) void
NamedKeyStrokeArrayConfigurer.deleteEntry
(ConfigurableListEntry entry) void
ParameterListConfigurer.deleteEntry
(ConfigurableListEntry entry) void
StringArrayConfigurer.deleteEntry
(ConfigurableListEntry entry) void
ConfigurableList.entryChanged
(ConfigurableListEntry entry) An entry has had it's value changedvoid
DynamicKeyCommandListConfigurer.entryChanged
(ConfigurableListEntry entry) void
NamedKeyStrokeArrayConfigurer.entryChanged
(ConfigurableListEntry entry) A List entry has had it's value changed.void
ParameterListConfigurer.entryChanged
(ConfigurableListEntry entry) void
StringArrayConfigurer.entryChanged
(ConfigurableListEntry entry) void
ConfigurableList.selectEntry
(ConfigurableListEntry entry) Set the selection to the specified list entry.void
DynamicKeyCommandListConfigurer.selectEntry
(ConfigurableListEntry entry) void
NamedKeyStrokeArrayConfigurer.selectEntry
(ConfigurableListEntry entry) void
ParameterListConfigurer.selectEntry
(ConfigurableListEntry entry) void
StringArrayConfigurer.selectEntry
(ConfigurableListEntry entry)