Package VASSAL.build.widget
Class CardSlot
- All Implemented Interfaces:
KeyListener,MouseListener,EventListener,AutoConfigurable,Buildable,Configurable,PropertyNameSource,ValidityChecker,Translatable,ImageSearchTarget,SearchTarget
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
Constructors -
Method Summary
Methods inherited from class VASSAL.build.widget.PieceSlot
addImageNamesRecursively, addTo, build, clearExpandedPiece, copyFrom, doPopup, getAllowableConfigureComponents, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getBuildElement, getComponent, getConfigureComponents, getConfigureName, getExpandedPiece, getGpId, getHelpFile, getI18nData, getName, getPiece, getPieceDefinition, getPreferredSize, getScale, isValid, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, paint, removeFrom, setAttribute, setGpId, setGpidSupport, setPiece, startDrag, updateGpId, updateGpId, updateGpIdMethods inherited from class VASSAL.build.Widget
getChildAllowableConfigureComponents, getParent, hasScale, rebuildMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getExpressionList, getFormattedStringList, getI18nPrefix, getLocalizedConfigureName, getMenuTextList, getNamedKeyStrokeList, getPropertyList, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
getAllDescendantComponents, getAllDescendantComponentsOf, getBuildables, getBuildComponents, getComponents, getComponentsOf, getPropertyNames, validateMethods inherited from class VASSAL.search.AbstractImageFinder
addLocalImageNames, getAllImageNames, getLocalImageNames
-
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
-