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 PropertyExpression
Inventory.piecePropertiesFilter
protected PropertyExpression
DoActionButton.untilExpression
protected PropertyExpression
DoActionButton.whileExpression
-
Uses of PropertyExpression in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as PropertyExpressionModifier and TypeFieldDescriptionprotected PropertyExpression
SelectionHighlighter.matchProperties
protected PropertyExpression
MassKeyCommand.propertiesFilter
protected PropertyExpression
CounterDetailViewer.propertyFilter
protected PropertyExpression
MoveCameraButton.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 PropertyExpression
Attachment.clearMatchingFilter
protected PropertyExpression
Attachment.propertiesFilter
protected PropertyExpression
CounterGlobalKeyCommand.propertiesFilter
protected PropertyExpression
MultiLocationCommand.propertiesFilter
protected PropertyExpression
SetPieceProperty.propertiesFilter
protected PropertyExpression
SendToLocation.propertyFilter
protected PropertyExpression
RestrictCommands.propertyMatch
protected PropertyExpression
TriggerAction.propertyMatch
protected PropertyExpression
Deck.restrictExpression
protected PropertyExpression
TriggerAction.untilExpression
protected PropertyExpression
TriggerAction.whileExpression
Methods in VASSAL.counters that return PropertyExpressionMethods in VASSAL.counters with parameters of type PropertyExpressionModifier and TypeMethodDescriptionstatic SendToLocation.Destination
SendToLocation.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 parametersvoid
Deck.setRestrictExpression
(PropertyExpression restrictExpression) -
Uses of PropertyExpression in VASSAL.tools
Methods in VASSAL.tools with parameters of type PropertyExpression