Uses of Class
VASSAL.configure.StringConfigurer
Packages that use 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
Subclasses of StringConfigurer in VASSAL.build.module.gamepieceimageFields in VASSAL.build.module.gamepieceimage declared as StringConfigurer -
Uses of StringConfigurer in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as StringConfigurerModifier and TypeFieldDescriptionprotected StringConfigurerPropertyChangerConfigurer.promptConfig -
Uses of StringConfigurer in VASSAL.configure
Subclasses of StringConfigurer in VASSAL.configureModifier and TypeClassDescriptionclassA Configurer for Java ExpressionsclassclassA Configurer for Double valuesclassUtility subclass ofFormattedStringConfigurerwhich includes variable keys for player name, side, and idclassA 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)classclassConvenience class that provides prompts for the properties found in a BasicPiececlassA Configurer for Integer valuesclassA Configurer for Long valuesclassclassUtility subclass ofFormattedStringConfigurerwhich includes variable keys for player name, side, and idclassUtility subclass ofFormattedStringConfigurerwhich includes variable keys for player name, side, and idclassA Configurer for Java ExpressionsclassA Configurer for Java ExpressionsFields in VASSAL.configure declared as StringConfigurerModifier and TypeFieldDescriptionprotected StringConfigurerDynamicKeyCommandConfigurer.commandConfigprotected StringConfigurerBeanShellExpressionConfigurer.errorMessageprotected StringConfigurerParameterConfigurer.propertyNameConfig -
Uses of StringConfigurer in VASSAL.counters
Fields in VASSAL.counters declared as StringConfigurerModifier and TypeFieldDescriptionprotected StringConfigurerAreaOfEffect.TraitEditor.activateCommandprotected StringConfigurerSendToLocation.Ed.backNameInputprotected StringConfigurerDynamicProperty.DynamicKeyCommandConfigurer.commandConfigDeprecated, for removal: This API element is subject to removal in a future version.protected StringConfigurerCalculatedProperty.Ed.defaultValueConfigprotected StringConfigurerActionButton.Ed.descConfigprotected StringConfigurerAreaOfEffect.TraitEditor.descConfigprotected StringConfigurerGlobalHotKey.Ed.descConfigprotected StringConfigurerPlaceMarker.Ed.descConfigprotected StringConfigurerSetGlobalProperty.Ed.descConfigprotected StringConfigurerSetPieceProperty.Ed.descConfigprotected StringConfigurerCounterGlobalKeyCommand.Ed.descInputprotected StringConfigurerReportState.Ed.descInputprotected StringConfigurerSendToLocation.Ed.descInputprotected StringConfigurerTranslate.Editor.descInputprotected StringConfigurerSendToLocation.Ed.gridLocationInputprotected StringConfigurerHideable.Ed.hideCommandInputprotected StringConfigurerDynamicProperty.Ed.initialValueConfigprotected StringConfigurerRestrictCommands.Ed.nameprotected StringConfigurerAreaOfEffect.TraitEditor.nameConfigprotected StringConfigurerCalculatedProperty.Ed.nameConfigprotected StringConfigurerDynamicProperty.Ed.nameConfigprotected StringConfigurerCounterGlobalKeyCommand.Ed.nameInputprotected StringConfigurerSendToLocation.Ed.nameInputprotected StringConfigurerAreaOfEffect.TraitEditor.offMenuTextConfigprotected StringConfigurerAreaOfEffect.TraitEditor.onMenuTextConfigprotected StringConfigurerAreaOfEffect.TraitEditor.radiusMarkerprotected StringConfigurerAttachment.Ed.rangePropertyprotected StringConfigurerCounterGlobalKeyCommand.Ed.rangePropertyprotected StringConfigurerSetPieceProperty.Ed.rangeProperty -
Uses of StringConfigurer in VASSAL.preferences
Fields in VASSAL.preferences declared as StringConfigurer -
Uses of StringConfigurer in VASSAL.script.expression
Fields in VASSAL.script.expression declared as StringConfigurerModifier and TypeFieldDescriptionprotected StringConfigurerStrBuilder.entryprotected StringConfigurerFunctionBuilder.targetprotected StringConfigurerStrBuilder.targetConstructors in VASSAL.script.expression with parameters of type StringConfigurerModifierConstructorDescriptionFunctionBuilder(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)