Package VASSAL.build.widget
Class CardSlot
java.lang.Object
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.Widget
VASSAL.build.widget.PieceSlot
VASSAL.build.widget.CardSlot
- All Implemented Interfaces:
KeyListener,MouseListener,EventListener,AutoConfigurable,Buildable,Configurable,PropertyNameSource,ValidityChecker,Translatable
public class CardSlot extends PieceSlot
A CardSlot is identical to a PieceSlot except that it is initialized
with a card-like GamePiece.
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.build.widget.PieceSlot
PieceSlot.PanelNested classes/interfaces inherited from class VASSAL.build.Widget
Widget.MyCellRendererNested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
Fields inherited from class VASSAL.build.widget.PieceSlot
c, expanded, FONT, GP_ID, gpId, gpidSupport, height, panel, pieceDefinition, widthFields inherited from class VASSAL.build.AbstractConfigurable
changeSupport, config, localizedName, myI18nData, nameFields inherited from class VASSAL.build.AbstractBuildable
buildComponents, validatorFields inherited from interface VASSAL.build.Configurable
NAME_PROPERTY -
Constructor Summary
-
Method Summary
Modifier and Type Method Description ConfigurergetConfigurer()static StringgetConfigureTypeName()Methods inherited from class VASSAL.build.widget.PieceSlot
addTo, build, clearExpandedPiece, copyFrom, doPopup, getAllowableConfigureComponents, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getBuildElement, getComponent, getConfigureComponents, getConfigureName, getExpandedPiece, getGpId, getHelpFile, getI18nData, getName, getPiece, getPieceDefinition, getPreferredSize, getScale, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, paint, removeFrom, setAttribute, setGpId, setGpidSupport, setPiece, startDrag, updateGpId, updateGpId, updateGpIdMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getI18nPrefix, getLocalizedConfigureName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
getAllDescendantComponents, getAllDescendantComponentsOf, getBuildables, getBuildComponents, getComponents, getComponentsOf, getPropertyNames, validate
-
Constructor Details
-
CardSlot
public CardSlot() -
CardSlot
-
-
Method Details
-
getConfigureTypeName
-
getConfigurer
Description copied from class:AbstractConfigurable- Specified by:
getConfigurerin interfaceConfigurable- Overrides:
getConfigurerin classPieceSlot- Returns:
- Configurer for this component
-