Package VASSAL.build.widget
Class CardSlot
- All Implemented Interfaces:
KeyListener,MouseListener,EventListener,AutoConfigurable,Buildable,Configurable,PropertyNameSource,ComponentDescription,ValidityChecker,Translatable,Auditable,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, PIECE_PALETTE_SCALE, pieceDefinition, widthFields inherited from class VASSAL.build.Widget
buildElement, description, DESCRIPTION, HEIGHT, NAME, parent, 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, clearCache, clearExpandedPiece, copyFrom, doPopup, getAllowableConfigureComponents, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getBuildElement, getComponent, getConfigureComponents, getConfigureName, getExpandedPiece, getGpId, getHelpFile, getI18nData, getLocalizedConfigureName, 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, getDescription, getParent, hasScalablePieces, hasScale, rebuildMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getExpressionList, getFormattedStringList, getI18nPrefix, getMenuTextList, getNamedKeyStrokeList, getPropertyList, getTypeName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getComponents, getComponentsOf, getNonFolderAncestor, getPropertyNames, setAncestor, validateMethods inherited from class VASSAL.search.AbstractImageFinder
addLocalImageNames, getAllImageNames, getLocalImageNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeNameMethods inherited from interface VASSAL.build.Buildable
isMandatory, isMovable, isUnique
-
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
-