Package VASSAL.build.widget

Contains classes that can be added to a Widget.

See:
          Description

Class Summary
BoxWidget A Widget that corresponds to a panel with a JComboBox above a JPanel with a CardLayout layout.
CardSlot A CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.
Chart A Chart is used for displaying charts and tables for the module.
ListWidget A Widget that corresponds to a panel with a JList sitting to the right of a JPanel with a CardLayout layout.
PanelWidget A Widget that corresponds to a JPanel with a GridLayout or BoxLayout layout.
PieceSlot A Component that displays a GamePiece.
TabWidget A Widget that corresponds to a JTabbedPane.
 

Package VASSAL.build.widget Description

Contains classes that can be added to a Widget.