Uses of Interface
VASSAL.i18n.TranslatablePiece
Packages that use TranslatablePiece
-
Uses of TranslatablePiece in VASSAL.counters
Classes in VASSAL.counters that implement TranslatablePieceModifier and TypeClassDescriptionclass
class
Basic class for representing a physical component of the game.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
Displays a text label, with content specified by the user at runtime.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
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
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 FilterFields in VASSAL.counters declared as TranslatablePieceConstructors in VASSAL.counters with parameters of type TranslatablePieceModifierConstructorDescriptionDynamicKeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece, PropertyChanger propChanger)
KeyCommand(String name, KeyStroke key, GamePiece target, TranslatablePiece i18nPiece)
KeyCommand(String name, KeyStroke key, GamePiece target, TranslatablePiece i18nPiece, boolean enabled)
KeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece)
KeyCommand(String name, NamedKeyStroke key, GamePiece target, TranslatablePiece i18nPiece, boolean enabled)
KeyCommandSubMenu(String name, GamePiece target, TranslatablePiece i18nPiece)