Uses of Class
VASSAL.configure.StringConfigurer
Package | Description |
---|---|
VASSAL.build.module.gamepieceimage | |
VASSAL.build.module.properties | |
VASSAL.configure |
Provides classes for building "Edit Property" dialogs, and for editing
GameModule 's and ModuleExtension 's. |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.preferences |
Provides support for specifying and saving preferences.
|
VASSAL.script.expression |
-
Uses of StringConfigurer in VASSAL.build.module.gamepieceimage
Subclasses of StringConfigurer in VASSAL.build.module.gamepieceimage Modifier and Type Class Description protected static class
LayoutConfigurer.NewIntConfigurer
Fields in VASSAL.build.module.gamepieceimage declared as StringConfigurer Modifier and Type Field Description protected StringConfigurer
LayoutConfigurer. defName
-
Uses of StringConfigurer in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as StringConfigurer Modifier and Type Field Description protected StringConfigurer
PropertyChangerConfigurer. promptConfig
-
Uses of StringConfigurer in VASSAL.configure
Subclasses of StringConfigurer in VASSAL.configure Modifier and Type Class Description class
BeanShellExpressionConfigurer
A Configurer for Java Expressionsclass
DoubleConfigurer
A Configurer for Double valuesclass
FormattedExpressionConfigurer
A standard Formatted String configurer that has an additional Calculator icon that: a) Indicates to the user that $name$ variables can be used in this field b) Clicking on it opens up an Expression Builder that allows entry of in-line Calculated Properties (Not implemented yet)class
FormattedStringConfigurer
class
GamePieceFormattedStringConfigurer
Convenience class that provides prompts for the properties found in a BasicPiececlass
IntConfigurer
A Configurer for Integer valuesclass
LongConfigurer
A Configurer for Long valuesclass
PasswordConfigurer
class
PlayerIdFormattedStringConfigurer
Utility subclass ofFormattedStringConfigurer
which includes variable keys for player name, side, and idclass
PropertyExpressionConfigurer
A Configurer for Java Expressionsclass
PropertyNameExpressionConfigurer
A Configurer for Java ExpressionsFields in VASSAL.configure declared as StringConfigurer Modifier and Type Field Description protected StringConfigurer
BeanShellExpressionConfigurer. errorMessage
-
Uses of StringConfigurer in VASSAL.counters
Fields in VASSAL.counters declared as StringConfigurer Modifier and Type Field Description protected StringConfigurer
AreaOfEffect.TraitEditor. activateCommand
protected StringConfigurer
SendToLocation.Ed. backNameInput
protected StringConfigurer
DynamicProperty.DynamicKeyCommandConfigurer. commandConfig
protected StringConfigurer
CalculatedProperty.Ed. defaultValueConfig
protected StringConfigurer
ActionButton.Ed. descConfig
protected StringConfigurer
AreaOfEffect.TraitEditor. descConfig
protected StringConfigurer
GlobalHotKey.Ed. descConfig
protected StringConfigurer
PlaceMarker.Ed. descConfig
protected StringConfigurer
SetGlobalProperty.Ed. descConfig
protected StringConfigurer
CounterGlobalKeyCommand.Ed. descInput
protected StringConfigurer
ReportState.Ed. descInput
protected StringConfigurer
SendToLocation.Ed. descInput
protected StringConfigurer
Translate.Editor. descInput
protected StringConfigurer
SendToLocation.Ed. gridLocationInput
protected StringConfigurer
DynamicProperty.Ed. initialValueConfig
protected StringConfigurer
RestrictCommands.Ed. name
protected StringConfigurer
CalculatedProperty.Ed. nameConfig
protected StringConfigurer
DynamicProperty.Ed. nameConfig
protected StringConfigurer
CounterGlobalKeyCommand.Ed. nameInput
protected StringConfigurer
SendToLocation.Ed. nameInput
protected StringConfigurer
AreaOfEffect.TraitEditor. radiusMarker
protected StringConfigurer
CounterGlobalKeyCommand.Ed. rangeProperty
-
Uses of StringConfigurer in VASSAL.preferences
Fields in VASSAL.preferences declared as StringConfigurer Modifier and Type Field Description protected StringConfigurer
StringPreference. config
-
Uses of StringConfigurer in VASSAL.script.expression
Fields in VASSAL.script.expression declared as StringConfigurer Modifier and Type Field Description protected StringConfigurer
StrBuilder. entry
protected StringConfigurer
FunctionBuilder. target
protected StringConfigurer
StrBuilder. target
Constructors in VASSAL.script.expression with parameters of type StringConfigurer Constructor Description FunctionBuilder(StringConfigurer c, JDialog parent, String function, String desc, String[] parmDesc, EditablePiece piece, String[] hints, BeanShellExpressionConfigurer.Option[] options, String selectedText)
IntBuilder(StringConfigurer c, JDialog parent)
StrBuilder(StringConfigurer c, JDialog parent)