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.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
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
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
StringArrayConfigurer.selectEntry(ConfigurableListEntry entry)