Uses of Interface
VASSAL.configure.ConfigurableList
Packages that use ConfigurableList
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of ConfigurableList in VASSAL.build.module.map.deck
Classes in VASSAL.build.module.map.deck that implement ConfigurableList -
Uses of ConfigurableList in VASSAL.configure
Classes in VASSAL.configure that implement ConfigurableListModifier and TypeClassDescriptionclass
class
class
Configures an array of {link NamedKeyStrokes}class
Configurer for a List of Parameters The object stored in the value of the Configurer is a Listclass
A Configurer that returns an array of StringsMethods in VASSAL.configure that return ConfigurableListModifier and TypeMethodDescriptionAbstractConfigurableListEntry.getParent()
Return the parent ConfigurableList that owns this Entry.Constructors in VASSAL.configure with parameters of type ConfigurableListModifierConstructorDescriptionAbstractConfigurableListEntry
(ConfigurableList parentConfig, Object value) AbstractConfigurableListEntry
(ConfigurableList parentConfig, Object value, int iconSize) Build a new List EntryConfigurableListController
(ConfigurableList list, int iconSize)