Uses of Class
VASSAL.build.widget.PieceSlot
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.widget |
Contains classes that can be added to a
Widget. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.tools.imports.adc2 |
-
Uses of PieceSlot in VASSAL.build
Methods in VASSAL.build with parameters of type PieceSlot Modifier and Type Method Description voidGpIdChecker. add(PieceSlot pieceSlot)Add a PieceSlot to our cross-reference and any PlaceMarker traits it contains.Constructors in VASSAL.build with parameters of type PieceSlot Constructor Description BadDataReport(PieceSlot slot, String message, String data)Expanded Bad Data Report for PieceSlot Display the name of the slot -
Uses of PieceSlot in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as PieceSlot Modifier and Type Field Description protected PieceSlotSetupStack.StackConfigurer. mySlotprotected PieceSlotSetupStack.View. slotMethods in VASSAL.build.module.map that return PieceSlot Modifier and Type Method Description protected PieceSlotSetupStack. getTopPiece() -
Uses of PieceSlot in VASSAL.build.widget
Subclasses of PieceSlot in VASSAL.build.widget Modifier and Type Class Description classCardSlotA CardSlot is identical to a PieceSlot except that it is initialized with a card-like GamePiece.Fields in VASSAL.build.widget declared as PieceSlot Modifier and Type Field Description protected PieceSlotPieceSlot.Panel. pieceSlotMethods in VASSAL.build.widget that return PieceSlot Modifier and Type Method Description PieceSlotPieceSlot.Panel. getPieceSlot()Methods in VASSAL.build.widget with parameters of type PieceSlot Modifier and Type Method Description protected voidPieceSlot. copyFrom(PieceSlot piece) -
Uses of PieceSlot in VASSAL.counters
Fields in VASSAL.counters declared as PieceSlot Modifier and Type Field Description protected PieceSlotPieceDefiner. slotConstructor parameters in VASSAL.counters with type arguments of type PieceSlot Constructor Description ChoosePieceDialog(Frame owner, Class<PieceSlot> targetClass) -
Uses of PieceSlot in VASSAL.tools.imports.adc2
Methods in VASSAL.tools.imports.adc2 that return PieceSlot Modifier and Type Method Description protected PieceSlotADC2Module.Piece. getPieceSlot()