Uses of Enum Class
VASSAL.configure.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
Modifier and TypeClassDescriptionstatic enum
The ContextLevel of a Configurer defines the level that it is defined at.Modifier 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.Modifier and TypeMethodDescriptionvoid
Configurer.setContextLevel
(Configurer.ContextLevel contextLevel) void
DynamicKeyCommandConfigurer.setContextLevel
(Configurer.ContextLevel contextLevel) void
ParameterConfigurer.setContextLevel
(Configurer.ContextLevel contextLevel)