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 WidgetWidget. parentMethods in VASSAL.build that return Widget Modifier and Type Method Description WidgetWidget. getParent() -
Uses of Widget in VASSAL.build.module
Subclasses of Widget in VASSAL.build.module Modifier and Type Class Description classChartWindowA top-level Widget for displaying ChartsclassPieceWindowA window from which players can create newGamePieces 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 classBoxWidgetclassCardSlotA CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.classChartA Chart is used for displaying charts and tables for the module.classHtmlChartAn HtmlChart is used for displaying html information for the module.classListWidgetA Widget that corresponds to a panel with aJListsitting to the right of aJPanelwith aCardLayoutlayout.classMapWidgetclassPanelWidgetA Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.classPieceSlotA Component that displays a GamePiece.classTabWidgetA Widget that corresponds to a JTabbedPane.