Uses of Class
VASSAL.configure.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
Modifier and TypeFieldDescriptionprotected PropertyExpression
Inventory.piecePropertiesFilter
protected PropertyExpression
DoActionButton.untilExpression
protected PropertyExpression
DoActionButton.whileExpression
-
Uses of PropertyExpression in VASSAL.build.module.map
Modifier 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
-
Uses of PropertyExpression in VASSAL.configure
ModifierConstructorDescriptionPropertyExpressionConfigurer
(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
Modifier 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
Modifier 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