Uses of Interface
VASSAL.counters.EditablePiece
Packages that use EditablePiece
Package
Description
Provides classes for building Java instances automatically from XML
files.
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 EditablePiece in VASSAL.build
Methods in VASSAL.build with parameters of type EditablePieceModifier and TypeMethodDescriptionprotected static String
BadDataReport.getPieceName(EditablePiece piece)
Return the name of the piece.Constructors in VASSAL.build with parameters of type EditablePieceModifierConstructorDescriptionBadDataReport(EditablePiece piece, String message)
BadDataReport(EditablePiece piece, String message, String data)
BadDataReport(EditablePiece piece, String message, String data, Throwable cause)
Expanded Bad Data Report called by Traits. -
Uses of EditablePiece in VASSAL.configure
Fields in VASSAL.configure declared as EditablePieceModifier and TypeFieldDescriptionprotected EditablePiece
FormattedExpressionConfigurer.ExpressionButton.piece
protected EditablePiece
FormattedExpressionConfigurer.pieceTarget
protected EditablePiece
BeanShellExpressionConfigurer.target
protected EditablePiece
BeanShellFunctionMenu.target
Methods in VASSAL.configure with parameters of type EditablePieceModifier and TypeMethodDescriptionprotected void
BeanShellFunctionMenu.addPieceProps(JMenu menu, EditablePiece piece)
Added the property names from an Editable Piece into their own menuConstructors in VASSAL.configure with parameters of type EditablePieceModifierConstructorDescriptionBeanShellFunctionMenu(EditablePiece target, BeanShellExpressionConfigurer configurer)
ExpressionButton(Configurer config, int size, EditablePiece piece)
FormattedExpressionConfigurer(String key, String name, String s, EditablePiece p)
PropertyExpressionButton(Configurer config, int size, EditablePiece piece)
PropertyNameExpressionButton(Configurer config, int size, EditablePiece piece)
-
Uses of EditablePiece in VASSAL.counters
Classes in VASSAL.counters that implement EditablePieceModifier and TypeClassDescriptionclass
A Trait (akaDecorator
that acts like a button on a GamePiece, such that clicking on a particular area of the piece invokes a key commandclass
class
Basic class for representing a physical component of the game.class
Conditional Marker A marker with a variable value depending on conditions.class
This trait adds a command that creates a duplicate of the selected Gamepiececlass
Trait that sends a Key Command to other pieces, selected with various filters.class
This trait adds a command that creates a duplicate of the selected Gamepiececlass
Implements a trait to allow a piece to be deselected from the KeyBuffer in response to a Key Command.class
Trait that contains a property accessible via getProperty() and updatable dynamically via key commandsclass
The "Layer" trait.class
Embellishment has been extensively re-written for Vassal 3.2 changing both the behavior and the visual look of the configurer.class
Displays a movement trail indicating where a piece has been movedclass
A Decorator that rotates a GamePiece to an arbitrary angleclass
Adds a menu entry that fires a specified key event to the module window.class
class
Decorator that filters events to prevent a GamePiece from being selected and/or moved.class
Displays a text label, with content specified by the user at runtime.class
A generic Decorator that retains in its state the value of a property.class
This trait adds a command that creates a duplicate of the selected Gamepiececlass
A GamePiece with this trait will automatically be marked whenever it is moved.class
A trait for assigning an arbitrary shape to aGamePiece
class
class
Provides commands to pivot a Game Piece around a given pointclass
This Decorator defines a key command to places another counter on top of this one.class
A trait that plays a sound clipclass
A Decorator class that endows a GamePiece with a dialog.class
GamePiece trait that replaces a GamePiece with another oneclass
A GamePiece with this trait will echo the piece's current name when any of a given key commands are pressed (and after they take effect)class
RestrictCommands Restrict the availability of Key Commands, depending on a Property Match String.class
A GamePiece with the Restricted trait can only be manipulated by the player playing a specific sideclass
GamePiece trait that returns a piece to aDrawPile
class
This trait adds a command that sends a piece to another location.class
class
A trait that groups menu items of other traits into a sub-menuclass
A Decorator class that endows a GamePiece with an editable spreadsheet (i.e.class
A trait to expose a translated string as a readable/displayable property.class
Give a piece a command that moves it a fixed amount in a particular direction, optionally tracking the current rotation of the piece.class
Macro Execute a series of Keystrokes against this same piece - Triggered by own KeyCommand or list of keystrokes - Match against an optional Property Filterclass
This trait is a placeholder for a pre-defined series of traits specified in aPrototypeDefinition
object.Methods in VASSAL.counters with parameters of type EditablePieceModifier and TypeMethodDescriptionprotected static void
Decorator.reportDataError(EditablePiece piece, String message)
Report a Data Error detected by a traitprotected static void
Decorator.reportDataError(EditablePiece piece, String message, String data)
Report a Data Error detected by a traitprotected static void
Decorator.reportDataError(EditablePiece piece, String message, String data, Throwable e)
Report a Data Error detected by a trait -
Uses of EditablePiece in VASSAL.i18n
Subinterfaces of EditablePiece in VASSAL.i18nModifier and TypeInterfaceDescriptioninterface
Decorators that contain localizable elements must implement this interface -
Uses of EditablePiece in VASSAL.script.expression
Fields in VASSAL.script.expression declared as EditablePieceModifier and TypeFieldDescriptionprotected EditablePiece
ExpressionBuilder.pieceTarget
protected EditablePiece
FunctionBuilder.targetPiece
Constructors in VASSAL.script.expression with parameters of type EditablePieceModifierConstructorDescriptionExpressionBuilder(Configurer c, JDialog parent, EditablePiece piece)
FunctionBuilder(StringConfigurer c, JDialog parent, String function, String desc, String[] parmDesc, EditablePiece piece, String[] hints, BeanShellExpressionConfigurer.Option[] options, String selectedText)
PropertyExpressionBuilder(Configurer c, JDialog parent, EditablePiece piece)
PropertyNameExpressionBuilder(Configurer c, JDialog parent, EditablePiece piece)
-
Uses of EditablePiece in VASSAL.tools
Methods in VASSAL.tools with parameters of type EditablePieceModifier and TypeMethodDescriptionint
FormattedString.getTextAsInt(PropertySource ps, String description, EditablePiece source)
Expand a FormattedString using the supplied propertySource and parse it as an integer.