Uses of Class
VASSAL.build.Widget
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.widget |
Contains classes that can be added to a
Widget . |
-
Uses of Widget in VASSAL.build
Fields in VASSAL.build declared as Widget Modifier and Type Field Description protected Widget
Widget. parent
Methods in VASSAL.build that return Widget Modifier and Type Method Description Widget
Widget. getParent()
-
Uses of Widget in VASSAL.build.module
Subclasses of Widget in VASSAL.build.module Modifier and Type Class Description class
ChartWindow
A top-level Widget for displaying Chartsclass
PieceWindow
A window from which players can create newGamePiece
s by clicking and dragging from the PieceWindow. -
Uses of Widget in VASSAL.build.widget
Subclasses of Widget in VASSAL.build.widget 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.