Uses of Interface
VASSAL.configure.ComponentDescription
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Contains classes that can be added to a
Widget
.-
Uses of ComponentDescription in VASSAL.build
Modifier and TypeClassDescriptionclass
Abstract class for a Folder component that can contain/organize a particular type of configurable(s).class
A general-purpose configurable GUI container Widgets areConfigurable
objects that represent AWT components. -
Uses of ComponentDescription in VASSAL.build.module
Modifier and TypeClassDescriptionclass
A top-level Widget for displaying Chartsclass
CHESS CLOCK CONTROLLER for VASSAL.class
GlobalOptions is a junction point for several flavors of "preferences"-related categories.class
The Map is the main component for displaying and containingGamePiece
s during play.class
This is aGameComponent
that allows players to type and save text notes during a game.class
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow.class
class
Maintains a list of players involved in the current gameclass
Defines a saved game that is accessible from the File menu.class
A Map that may be configured to be visible only a particular side.class
class
... -
Uses of ComponentDescription in VASSAL.build.module.chessclockcontrol
-
Uses of ComponentDescription in VASSAL.build.module.folder
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of ComponentDescription in VASSAL.build.module.map
Modifier and TypeClassDescriptionclass
class
Allows a player to ping a location ("send up a flare") by clicking on a map with the correct modifier key combination held down (default: Alt+LeftClick).class
Adds a button to the toolbar to manipulate Game Piece Layersclass
The optional "Game Piece Layers" component of a Map which allows pieces on the map to be assigned to an arbitrary number of visual layers according to a property setting. -
Uses of ComponentDescription in VASSAL.build.module.turn
Modifier and TypeClassDescriptionclass
class
class
Generic Turn Componentclass
class
Generic Turn Counter -
Uses of ComponentDescription in VASSAL.build.widget
Modifier and TypeClassDescriptionclass
class
A CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.class
A Chart is used for displaying charts and tables for the module.class
An HtmlChart is used for displaying html information for the module.class
A Widget that corresponds to a panel with aJList
sitting to the right of aJPanel
with aCardLayout
layout.class
class
A Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.class
A Component that displays a GamePiece.class
A Widget that corresponds to a JTabbedPane.class