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 TypeClassDescriptionclassBase class for a List Entry maintained by aConfigurableListAConfigurableListEntrymust be configurered by a single Configurer.Methods in VASSAL.configure with parameters of type ConfigurableListEntryModifier and TypeMethodDescriptionvoidConfigurableList.deleteEntry(ConfigurableListEntry entry)Remove the specified entry from the list.voidDynamicKeyCommandListConfigurer.deleteEntry(ConfigurableListEntry entry)voidNamedKeyStrokeArrayConfigurer.deleteEntry(ConfigurableListEntry entry)voidStringArrayConfigurer.deleteEntry(ConfigurableListEntry entry)voidConfigurableList.entryChanged(ConfigurableListEntry entry)An entry has had it's value changedvoidDynamicKeyCommandListConfigurer.entryChanged(ConfigurableListEntry entry)voidNamedKeyStrokeArrayConfigurer.entryChanged(ConfigurableListEntry entry)A List entry has had it's value changed.voidStringArrayConfigurer.entryChanged(ConfigurableListEntry entry)voidConfigurableList.selectEntry(ConfigurableListEntry entry)Set the selection to the specified list entry.voidDynamicKeyCommandListConfigurer.selectEntry(ConfigurableListEntry entry)voidNamedKeyStrokeArrayConfigurer.selectEntry(ConfigurableListEntry entry)voidStringArrayConfigurer.selectEntry(ConfigurableListEntry entry)