Uses of Class
VASSAL.configure.ConfigureTree
Packages that use ConfigureTree
Package
Description
Contains classes that may be added to a
Map
.Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
-
Uses of ConfigureTree in VASSAL.build.module.map
Methods in VASSAL.build.module.map with parameters of type ConfigureTree -
Uses of ConfigureTree in VASSAL.configure
Subclasses of ConfigureTree in VASSAL.configureModifier and TypeClassDescriptionclass
The configuration tree for editing a module extensionFields in VASSAL.configure declared as ConfigureTreeModifier and TypeFieldDescriptionprotected ConfigureTree
EditPropertiesAction.tree
protected ConfigureTree
OpenContainedPiecesAction.tree
Constructors in VASSAL.configure with parameters of type ConfigureTreeModifierConstructorDescriptionEditContainedPiecesAction
(Configurable target, ConfigureTree tree) EditPropertiesAction
(Configurable target, HelpWindow helpWindow, Frame dialogOwner, ConfigureTree tree) OpenContainedPiecesAction
(Configurable target, HelpWindow helpWindow, Frame dialogOwner, ConfigureTree tree) -
Uses of ConfigureTree in VASSAL.counters
Fields in VASSAL.counters declared as ConfigureTreeModifier and TypeFieldDescriptionprotected ConfigureTree
MassPieceLoader.configureTree
protected ConfigureTree
MassPieceDefiner.tree
Constructors in VASSAL.counters with parameters of type ConfigureTreeModifierConstructorDescriptionMassPieceDefiner
(Configurable top, ConfigureTree tree) MassPieceLoader
(ConfigureTree tree, Configurable target) -
Uses of ConfigureTree in VASSAL.i18n
Fields in VASSAL.i18n declared as ConfigureTreeModifier and TypeFieldDescriptionprotected ConfigureTree
TranslateWindow.myConfigureTree
protected ConfigureTree
TranslateAction.tree
Constructors in VASSAL.i18n with parameters of type ConfigureTreeModifierConstructorDescriptionTranslateAction
(Configurable target, HelpWindow helpWindow, ConfigureTree tree) TranslateVassalWindow
(Frame owner, boolean modal, Translatable target, ConfigureTree tree) TranslateWindow
(Frame owner, boolean modal, Translatable target, ConfigureTree tree) -
Uses of ConfigureTree in VASSAL.launch
Fields in VASSAL.launch declared as ConfigureTreeMethods in VASSAL.launch that return ConfigureTree