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 classLayoutConfigurer.NewIntConfigurerFields in VASSAL.build.module.gamepieceimage declared as StringConfigurer Modifier and Type Field Description protected StringConfigurerLayoutConfigurer. defName -
Uses of StringConfigurer in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as StringConfigurer Modifier and Type Field Description protected StringConfigurerPropertyChangerConfigurer. promptConfig -
Uses of StringConfigurer in VASSAL.configure
Subclasses of StringConfigurer in VASSAL.configure Modifier and Type Class Description classBeanShellExpressionConfigurerA Configurer for Java ExpressionsclassDoubleConfigurerA Configurer for Double valuesclassFormattedExpressionConfigurerA 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)classFormattedStringConfigurerclassGamePieceFormattedStringConfigurerConvenience class that provides prompts for the properties found in a BasicPiececlassIntConfigurerA Configurer for Integer valuesclassLongConfigurerA Configurer for Long valuesclassPasswordConfigurerclassPlayerIdFormattedStringConfigurerUtility subclass ofFormattedStringConfigurerwhich includes variable keys for player name, side, and idclassPropertyExpressionConfigurerA Configurer for Java ExpressionsclassPropertyNameExpressionConfigurerA Configurer for Java ExpressionsFields in VASSAL.configure declared as StringConfigurer Modifier and Type Field Description protected StringConfigurerBeanShellExpressionConfigurer. errorMessage -
Uses of StringConfigurer in VASSAL.counters
Fields in VASSAL.counters declared as StringConfigurer Modifier and Type Field Description protected StringConfigurerAreaOfEffect.TraitEditor. activateCommandprotected StringConfigurerSendToLocation.Ed. backNameInputprotected StringConfigurerDynamicProperty.DynamicKeyCommandConfigurer. commandConfigprotected StringConfigurerCalculatedProperty.Ed. defaultValueConfigprotected StringConfigurerActionButton.Ed. descConfigprotected StringConfigurerAreaOfEffect.TraitEditor. descConfigprotected StringConfigurerGlobalHotKey.Ed. descConfigprotected StringConfigurerPlaceMarker.Ed. descConfigprotected StringConfigurerSetGlobalProperty.Ed. descConfigprotected StringConfigurerCounterGlobalKeyCommand.Ed. descInputprotected StringConfigurerReportState.Ed. descInputprotected StringConfigurerSendToLocation.Ed. descInputprotected StringConfigurerTranslate.Editor. descInputprotected StringConfigurerSendToLocation.Ed. gridLocationInputprotected StringConfigurerDynamicProperty.Ed. initialValueConfigprotected StringConfigurerRestrictCommands.Ed. nameprotected StringConfigurerCalculatedProperty.Ed. nameConfigprotected StringConfigurerDynamicProperty.Ed. nameConfigprotected StringConfigurerCounterGlobalKeyCommand.Ed. nameInputprotected StringConfigurerSendToLocation.Ed. nameInputprotected StringConfigurerAreaOfEffect.TraitEditor. radiusMarkerprotected StringConfigurerCounterGlobalKeyCommand.Ed. rangeProperty -
Uses of StringConfigurer in VASSAL.preferences
Fields in VASSAL.preferences declared as StringConfigurer Modifier and Type Field Description protected StringConfigurerStringPreference. config -
Uses of StringConfigurer in VASSAL.script.expression
Fields in VASSAL.script.expression declared as StringConfigurer Modifier and Type Field Description protected StringConfigurerStrBuilder. entryprotected StringConfigurerFunctionBuilder. targetprotected StringConfigurerStrBuilder. targetConstructors 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)