Uses of Enum Class
VASSAL.configure.Configurer.ContextLevel
Packages that use Configurer.ContextLevel
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.-
Uses of Configurer.ContextLevel in VASSAL.configure
Subclasses with type arguments of type Configurer.ContextLevel in VASSAL.configureModifier and TypeClassDescriptionstatic enum
The ContextLevel of a Configurer defines the level that it is defined at.Fields in VASSAL.configure declared as Configurer.ContextLevelMethods in VASSAL.configure that return Configurer.ContextLevelModifier and TypeMethodDescriptionConfigurer.getContextLevel()
static Configurer.ContextLevel
Returns the enum constant of this class with the specified name.static Configurer.ContextLevel[]
Configurer.ContextLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in VASSAL.configure with parameters of type Configurer.ContextLevelModifier and TypeMethodDescriptionvoid
Configurer.setContextLevel
(Configurer.ContextLevel contextLevel) void
DynamicKeyCommandConfigurer.setContextLevel
(Configurer.ContextLevel contextLevel) void
ParameterConfigurer.setContextLevel
(Configurer.ContextLevel contextLevel)