Uses of Class
VASSAL.configure.StringConfigurer
Package
Description
Provides classes for building "Edit Property" dialogs, and for editing
GameModule
's and ModuleExtension
's.Provides classes that define game pieces.
Provides support for specifying and saving preferences.
-
Uses of StringConfigurer in VASSAL.build.module.gamepieceimage
-
Uses of StringConfigurer in VASSAL.build.module.properties
Modifier and TypeFieldDescriptionprotected StringConfigurer
PropertyChangerConfigurer.promptConfig
-
Uses of StringConfigurer in VASSAL.configure
Modifier and TypeClassDescriptionclass
A Configurer for Java Expressionsclass
class
A Configurer for Double valuesclass
Utility subclass ofFormattedStringConfigurer
which includes variable keys for player name, side, and idclass
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
class
Convenience class that provides prompts for the properties found in a BasicPiececlass
A Configurer for Integer valuesclass
A Configurer for Long valuesclass
class
Utility subclass ofFormattedStringConfigurer
which includes variable keys for player name, side, and idclass
Utility subclass ofFormattedStringConfigurer
which includes variable keys for player name, side, and idclass
A Configurer for Java Expressionsclass
A Configurer for Java ExpressionsModifier and TypeFieldDescriptionprotected StringConfigurer
DynamicKeyCommandConfigurer.commandConfig
protected StringConfigurer
BeanShellExpressionConfigurer.errorMessage
protected StringConfigurer
ParameterConfigurer.propertyNameConfig
-
Uses of StringConfigurer in VASSAL.counters
Modifier and TypeFieldDescriptionprotected StringConfigurer
AreaOfEffect.TraitEditor.activateCommand
protected StringConfigurer
SendToLocation.Ed.backNameInput
protected StringConfigurer
DynamicProperty.DynamicKeyCommandConfigurer.commandConfig
Deprecated, for removal: This API element is subject to removal in a future version.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
SetPieceProperty.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
Hideable.Ed.hideCommandInput
protected StringConfigurer
DynamicProperty.Ed.initialValueConfig
protected StringConfigurer
RestrictCommands.Ed.name
protected StringConfigurer
AreaOfEffect.TraitEditor.nameConfig
protected StringConfigurer
CalculatedProperty.Ed.nameConfig
protected StringConfigurer
DynamicProperty.Ed.nameConfig
protected StringConfigurer
CounterGlobalKeyCommand.Ed.nameInput
protected StringConfigurer
SendToLocation.Ed.nameInput
protected StringConfigurer
AreaOfEffect.TraitEditor.offMenuTextConfig
protected StringConfigurer
AreaOfEffect.TraitEditor.onMenuTextConfig
protected StringConfigurer
AreaOfEffect.TraitEditor.radiusMarker
protected StringConfigurer
Attachment.Ed.rangeProperty
protected StringConfigurer
CounterGlobalKeyCommand.Ed.rangeProperty
protected StringConfigurer
SetPieceProperty.Ed.rangeProperty
-
Uses of StringConfigurer in VASSAL.preferences
-
Uses of StringConfigurer in VASSAL.script.expression
Modifier and TypeFieldDescriptionprotected StringConfigurer
StrBuilder.entry
protected StringConfigurer
FunctionBuilder.target
protected StringConfigurer
StrBuilder.target
ModifierConstructorDescriptionFunctionBuilder
(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)