Uses of Interface
VASSAL.build.module.properties.PropertyNameSource
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.documentation |
Contains classes that may be added to a
Documentation . |
VASSAL.build.module.gamepieceimage | |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.build.module.map.boardPicker |
Contains classes that may be added to a
BoardPicker . |
VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board . |
VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid . |
VASSAL.build.module.properties | |
VASSAL.build.module.turn | |
VASSAL.build.widget |
Contains classes that can be added to a
Widget . |
VASSAL.chat.ui | |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.i18n | |
VASSAL.launch | |
VASSAL.preferences |
Provides support for specifying and saving preferences.
|
VASSAL.script | |
VASSAL.tools.icon |
-
Uses of PropertyNameSource in VASSAL.build
Classes in VASSAL.build that implement PropertyNameSource Modifier and Type Class Description class
AbstractBuildable
Abstract implementation of theBuildable
interface.class
AbstractConfigurable
An abstract implementation of theConfigurable
interface.class
GameModule
The GameModule class is the base class for a VASSAL module.class
Widget
A general-purpose configurable GUI container Widgets areConfigurable
objects that represent AWT components. -
Uses of PropertyNameSource in VASSAL.build.module
Classes in VASSAL.build.module that implement PropertyNameSource Modifier and Type Class Description class
ChartWindow
A top-level Widget for displaying Chartsclass
ConnectionWindow
This is now a dummy classclass
DiceButton
This component places a button into the controls window toolbar.class
DieManager
class
DoActionButton
This component places a button into the controls window toolbar.class
Documentation
Represents theHelp
menu of the controls windowclass
EventLog
class
GlobalKeyCommand
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all mapsclass
GlobalOptions
class
InternetDiceButton
This component places a button into the controls window toolbar.class
Inventory
class
Map
The Map is the main component for displaying and containingGamePiece
s during play.class
ModuleExtension
An optional extension to a GameModule Like a GameModule, it is built from scratch from a 'buildFile' in a DataArchive The components described in the buildFile are appended to components in the base DataArchiveclass
ModulePlugin
A ModulePlugin is basically identical to a ModuleExtension except that is loaded earlier and must throw Plugin specific error messagesclass
MultiActionButton
Combines multiple buttons from the toolbar into a single button.class
NotesWindow
This is aGameComponent
that allows players to type and save text notes during a game.class
PieceWindow
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow.class
PlayerHand
class
PlayerRoster
Maintains a list of players involved in the current gameclass
Plugin
Plugin is a general purpose component for use by Module Plugins that require some sort of initialisation.class
PredefinedSetup
Defines a saved game that is accessible from the File menu.class
PrivateMap
A Map that may be configured to be visible only a particular side.class
PrototypeDefinition
class
PrototypesContainer
Container for definitions of Game Piece prototypes.class
RandomTextButton
class
SpecialDiceButton
...class
SpecialDie
class
SpecialDieFace
class
StartupGlobalKeyCommand
A Global Key Command that is automatically invoked on game start-up, once the various Key Listeners have been started.class
ToolbarMenu
Takes buttons from the toolbar of a Map or the main module and places them into a popup menu -
Uses of PropertyNameSource in VASSAL.build.module.documentation
Classes in VASSAL.build.module.documentation that implement PropertyNameSource Modifier and Type Class Description class
AboutScreen
Places an entry in theHelp
menu.class
BrowserHelpFile
Unpacks a zipped directory stored in the module and displays it in an external browser window.class
HelpFile
Places an entry in theHelp
menu.class
Tutorial
Provides tutorial functionality by reading in a logfile -
Uses of PropertyNameSource in VASSAL.build.module.gamepieceimage
Classes in VASSAL.build.module.gamepieceimage that implement PropertyNameSource Modifier and Type Class Description class
ColorManager
Container for definitions of Generic Color Definitionsclass
ColorSwatch
class
FontManager
Container for definitions of Generic Color Definitionsclass
FontStyle
class
GamePieceImage
class
GamePieceImageDefinitions
Container for definitions of Generic Counter Definitions.class
GamePieceLayout
class
GamePieceLayoutsContainer
Container for definitions of Generic Counter Definitions.class
ImageItem
class
ImageItemInstance
class
Item
The base portion of a Counter Layout component.class
ItemInstance
Individual override parameters for an instance of anItem
.class
ShapeItem
class
ShapeItemInstance
class
SymbolItem
class
SymbolItemInstance
class
TextBoxItem
class
TextBoxItemInstance
class
TextItem
class
TextItemInstance
-
Uses of PropertyNameSource in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement PropertyNameSource Modifier and Type Class Description class
BoardPicker
class
CounterDetailViewer
This is aDrawable
class that draws the counters horizontally when the mouse is held over a stack with the control key down.class
DeckGlobalKeyCommand
This version ofMassKeyCommand
is added directly to aGameModule
and applies to all mapsclass
DrawPile
protected class
GlobalMap.CounterViewer
class
HandMetrics
Handles the drawing of cards in aPlayerHand
.class
HighlightLastMoved
class
ImageSaver
This allows the user to capture a snapshot of the entire map into a PNG file.class
LayerControl
Adds a button to the toolbar to manipulate Game Piece Layersclass
LayeredPieceCollection
Defines PieceCollection in which pieces are assigned to an arbitrary number of layers according to a property settingclass
LOS_Thread
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).class
MapCenterer
Centers the map when user right-clicks on an empty hexclass
MapShader
Draw shaded regions on a map.class
MassKeyCommand
Adds a button to a map window toolbar.class
PieceMover
This is a MouseListener that moves pieces onto a Map windowclass
PieceRecenterer
Adds a button to a Maps toolbar that adjusts the positions of all pieces so that their centroid is at the center of the mapclass
Scroller
This component listens to key events on a Map window and scrolls the map.class
SelectionHighlighter
class
SelectionHighlighters
class
SetupStack
This is the "At-Start Stack" component, which initializes a Map or Board with a specified stack.class
StackMetrics
Encapsulates information on how to draw expanded and unexpanded views of a stackclass
TextSaver
class
Zoomer
Controls the zooming in/out of aMap
window. -
Uses of PropertyNameSource in VASSAL.build.module.map.boardPicker
Classes in VASSAL.build.module.map.boardPicker that implement PropertyNameSource Modifier and Type Class Description class
Board
-
Uses of PropertyNameSource in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement PropertyNameSource Modifier and Type Class Description class
HexGrid
A Hexgrid is a map grid composed of hexes.class
Region
class
RegionGrid
class
SquareGrid
class
ZonedGrid
-
Uses of PropertyNameSource in VASSAL.build.module.map.boardPicker.board.mapgrid
Classes in VASSAL.build.module.map.boardPicker.board.mapgrid that implement PropertyNameSource Modifier and Type Class Description class
HexGridNumbering
class
RegularGridNumbering
Abstract base class for grid numbering classes for hexagonal and rectangular gridsclass
SquareGridNumbering
class
Zone
class
ZonedGridHighlighter
class
ZoneHighlight
A Class that defines a method of highlighting the a zone in a multi-zoned grid. -
Uses of PropertyNameSource in VASSAL.build.module.properties
Classes in VASSAL.build.module.properties that implement PropertyNameSource Modifier and Type Class Description class
ChangePropertyButton
Adds a toolbar button that changes the value of a global propertyclass
GlobalProperties
Dummy component that acts as a simple container for GlobalProperty componentsclass
GlobalProperty
Adds a global property to a Map or Moduleclass
ZoneProperty
-
Uses of PropertyNameSource in VASSAL.build.module.turn
Classes in VASSAL.build.module.turn that implement PropertyNameSource Modifier and Type Class Description class
CounterTurnLevel
class
ListTurnLevel
class
TurnComponent
Generic Turn Componentclass
TurnGlobalHotkey
class
TurnLevel
class
TurnTracker
Generic Turn Counter -
Uses of PropertyNameSource in VASSAL.build.widget
Classes in VASSAL.build.widget that implement PropertyNameSource Modifier and Type Class Description class
BoxWidget
class
CardSlot
A CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.class
Chart
A Chart is used for displaying charts and tables for the module.class
HtmlChart
An HtmlChart is used for displaying html information for the module.class
ListWidget
A Widget that corresponds to a panel with aJList
sitting to the right of aJPanel
with aCardLayout
layout.class
MapWidget
class
PanelWidget
A Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.class
PieceSlot
A Component that displays a GamePiece.class
TabWidget
A Widget that corresponds to a JTabbedPane.class
WidgetMap
-
Uses of PropertyNameSource in VASSAL.chat.ui
Classes in VASSAL.chat.ui that implement PropertyNameSource Modifier and Type Class Description class
ChatServerControls
-
Uses of PropertyNameSource in VASSAL.counters
Subinterfaces of PropertyNameSource in VASSAL.counters Modifier and Type Interface Description interface
PropertyExporter
Interface for classes that can exporty the names and values of the properties they maintainClasses in VASSAL.counters that implement PropertyNameSource Modifier and Type Class Description class
ActionButton
A trait that acts like a button on a GamePiece, such that clicking on a particular area of the piece invokes a keyboard commandclass
AreaOfEffect
class
BasicPiece
Basic class for representing a physical component of the game Can be a counter, a card, or an overlayclass
CalculatedProperty
Conditional Marker A marker with a variable value depending on conditions.class
Clone
This trait adds a command that creates a duplicate of the selected Gamepiececlass
CounterGlobalKeyCommand
Adds a menu item that applies aGlobalCommand
to other piecesclass
Decorator
The abstract class describing a generic 'trait' of a GamePiece.class
Delete
This trait adds a command that creates a duplicate of the selected Gamepiececlass
DynamicProperty
Trait that contains a property accessible via getProperty() and updateable dynamically via key commandsclass
Embellishment
The "Layer" trait.class
Embellishment0
Embellishment has been extensively re-written for Vassal 3.2 changing both the behavior and the visual look of the configurer.class
Footprint
Displays a movement trail indicating where a piece has been movedclass
FreeRotator
A Decorator that rotates a GamePiece to an arbitrary angleclass
GlobalHotKey
Adds a menu entry that fires a specified key event to the module window.class
Hideable
class
Immobilized
Decorator that filters events to prevent a GamePiece from being selected and/or moved.class
Labeler
Displays a text label, with content specified by the user at runtime.class
Marker
A generic Decorator that retains in its state the value of a property.class
MenuSeparator
This trait adds a command that creates a duplicate of the selected Gamepiececlass
MovementMarkable
A GamePiece with this trait will automatically be marked whenever it is moved.class
NonRectangular
A trait for assigning an arbitrary shape to aGamePiece
class
Obscurable
class
Pivot
Provides commands to pivot a Game Piece around a given pointclass
PlaceMarker
This Decorator defines a key command to places another counter on top of this one.class
PlaySound
A trait that plays a sound clipclass
PropertySheet
A Decorator class that endows a GamePiece with a dialog.class
Replace
GamePiece trait that replaces a GamePiece with another oneclass
ReportState
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
RestrictCommands Restrict the availability of Key Commands, depending on a Property Match String.class
Restricted
A GamePiece with the Restricted trait can only be manipulated by the player playing a specific sideclass
ReturnToDeck
GamePiece trait that returns a piece to aDrawPile
class
SendToLocation
This trait adds a command that sends a piece to another location.class
SetGlobalProperty
class
SubMenu
A trait that groups menu items of other traits into a sub-menuclass
TableInfo
A Decorator class that endows a GamePiece with an editable spreadsheet (i.e.class
Translate
Give a piece a command that moves it a fixed amount in a particular direction, optionally tracking the current rotation of the piece.class
TriggerAction
Macro Execute a series of Keystrokes against this same piece - Triggered by own KeyCommand or list of keystrokes - Match against an optional Property Filterclass
UsePrototype
This trait is a placeholder for a pre-defined series of traits specified in aPrototypeDefinition
object. -
Uses of PropertyNameSource in VASSAL.i18n
Classes in VASSAL.i18n that implement PropertyNameSource Modifier and Type Class Description class
Language
Container for definitions of Translations.class
Localization
Singleton class for managing the translation of a module into other languagesclass
TranslatableMarker
class
Translation
class
VassalTranslation
Utility class to allow translation of VASSAL using the Component Translation mechanism. -
Uses of PropertyNameSource in VASSAL.launch
Classes in VASSAL.launch that implement PropertyNameSource Modifier and Type Class Description class
BasicModule
-
Uses of PropertyNameSource in VASSAL.preferences
Classes in VASSAL.preferences that implement PropertyNameSource Modifier and Type Class Description class
BasicPreference
Base class for a Module Preference.class
BooleanPreference
A Checkbox Module Preference.class
DoublePreference
A Decimal Number Module Preference.class
EnumPreference
A Drop-down list preference.class
IntegerPreference
A whole number Module Preference.class
StringPreference
A String Module Preference.class
TextPreference
A multi-line textbox Module Preference. -
Uses of PropertyNameSource in VASSAL.script
Classes in VASSAL.script that implement PropertyNameSource Modifier and Type Class Description class
AbstractScript
class
ActionScript
class
BshPlugin
class
GeneralScript
class
ScriptContainer
Container for Scripts. -
Uses of PropertyNameSource in VASSAL.tools.icon
Classes in VASSAL.tools.icon that implement PropertyNameSource Modifier and Type Class Description class
IconFamily
An IconFamily is a named set of Icons in the four standard Tango sizes.