Uses of Class
VASSAL.configure.PropertyExpression
Packages that use PropertyExpression
Package
Description
Contains classes that may be added to a
GameModule.Contains classes that may be added to a
Map.Provides classes for building "Edit Property" dialogs, and for editing
GameModule's and ModuleExtension's.Provides classes that define game pieces.
Contains various utility classes.
-
Uses of PropertyExpression in VASSAL.build.module
Fields in VASSAL.build.module declared as PropertyExpressionModifier and TypeFieldDescriptionprotected PropertyExpressionInventory.piecePropertiesFilterprotected PropertyExpressionDoActionButton.untilExpressionprotected PropertyExpressionDoActionButton.whileExpression -
Uses of PropertyExpression in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as PropertyExpressionModifier and TypeFieldDescriptionprotected PropertyExpressionSelectionHighlighter.matchPropertiesprotected PropertyExpressionMassKeyCommand.propertiesFilterprotected PropertyExpressionCounterDetailViewer.propertyFilterprotected PropertyExpressionMoveCameraButton.propertyFilter -
Uses of PropertyExpression in VASSAL.build.module.turn
Fields in VASSAL.build.module.turn declared as PropertyExpression -
Uses of PropertyExpression in VASSAL.configure
Constructors in VASSAL.configure with parameters of type PropertyExpressionModifierConstructorDescriptionPropertyExpressionConfigurer(String key, String name, PropertyExpression val) PropertyExpressionConfigurer(String key, String name, PropertyExpression val, GamePiece piece) PropertyExpressionConfigurer(PropertyExpression val, GamePiece piece) PropertyNameExpressionConfigurer(String key, String name, PropertyExpression val) PropertyNameExpressionConfigurer(String key, String name, PropertyExpression val, GamePiece piece) -
Uses of PropertyExpression in VASSAL.counters
Fields in VASSAL.counters declared as PropertyExpressionModifier and TypeFieldDescriptionprotected PropertyExpressionAttachment.clearMatchingFilterprotected PropertyExpressionAttachment.propertiesFilterprotected PropertyExpressionCounterGlobalKeyCommand.propertiesFilterprotected PropertyExpressionMultiLocationCommand.propertiesFilterprotected PropertyExpressionSetPieceProperty.propertiesFilterprotected PropertyExpressionSendToLocation.propertyFilterprotected PropertyExpressionRestrictCommands.propertyMatchprotected PropertyExpressionTriggerAction.propertyMatchprotected PropertyExpressionDeck.restrictExpressionprotected PropertyExpressionTriggerAction.untilExpressionprotected PropertyExpressionTriggerAction.whileExpressionMethods in VASSAL.counters that return PropertyExpressionMethods in VASSAL.counters with parameters of type PropertyExpressionModifier and TypeMethodDescriptionstatic SendToLocation.DestinationSendToLocation.getSendLocation(PropertySource source, Auditable auditSource, String destination, FormattedString mapId, FormattedString boardName, FormattedString zone, FormattedString region, FormattedString gridLocation, FormattedString x, FormattedString y, PropertyExpression propertyFilter, Map sourceMap, Point startPosition) Compute a destination from the parametersvoidDeck.setRestrictExpression(PropertyExpression restrictExpression) -
Uses of PropertyExpression in VASSAL.tools
Methods in VASSAL.tools with parameters of type PropertyExpression