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 void
GpIdChecker. 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 PieceSlot
SetupStack.StackConfigurer. mySlot
protected PieceSlot
SetupStack.View. slot
Methods in VASSAL.build.module.map that return PieceSlot Modifier and Type Method Description protected PieceSlot
SetupStack. getTopPiece()
-
Uses of PieceSlot in VASSAL.build.widget
Subclasses of PieceSlot in VASSAL.build.widget Modifier and Type Class Description class
CardSlot
A 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 PieceSlot
PieceSlot.Panel. pieceSlot
Methods in VASSAL.build.widget that return PieceSlot Modifier and Type Method Description PieceSlot
PieceSlot.Panel. getPieceSlot()
Methods in VASSAL.build.widget with parameters of type PieceSlot Modifier and Type Method Description protected void
PieceSlot. copyFrom(PieceSlot piece)
-
Uses of PieceSlot in VASSAL.counters
Fields in VASSAL.counters declared as PieceSlot Modifier and Type Field Description protected PieceSlot
PieceDefiner. slot
Constructor 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 PieceSlot
ADC2Module.Piece. getPieceSlot()