Uses of Interface
VASSAL.configure.ConfigurableListEntry
| Package | Description |
|---|---|
| VASSAL.configure |
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 ConfigurableListEntry Modifier and Type Class Description classAbstractConfigurableListEntryBase class for a List Entry maintained by aConfigurableListAConfigurableListEntrymust be configurered by a single Configurer.Methods in VASSAL.configure with parameters of type ConfigurableListEntry Modifier and Type Method Description voidConfigurableList. 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)