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 PieceSlot
PieceSlot.PanelNested classes/interfaces inherited from class Widget
Widget.MyCellRendererNested classes/interfaces inherited from interface AutoConfigurable
AutoConfigurable.Util -
Field Summary
Fields inherited from class PieceSlot
c, expanded, FONT, GP_ID, gpId, gpidSupport, height, panel, PIECE_PALETTE_SCALE, pieceDefinition, widthFields inherited from class Widget
buildElement, description, DESCRIPTION, HEIGHT, NAME, parent, WIDTHFields inherited from class AbstractConfigurable
changeSupport, config, localizedName, myI18nData, nameFields inherited from class AbstractBuildable
buildComponents, validatorFields inherited from interface Configurable
NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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 Widget
getChildAllowableConfigureComponents, getDescription, getParent, hasScalablePieces, hasScale, rebuildMethods inherited from class AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getExpressionList, getFormattedStringList, getI18nPrefix, getMenuTextList, getNamedKeyStrokeList, getPropertyList, getTypeName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class AbstractBuildable
buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getComponents, getComponentsOf, getNonFolderAncestor, getPropertyNames, setAncestor, validateMethods inherited from class AbstractImageFinder
addLocalImageNames, getAllImageNames, getLocalImageNamesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Auditable
getComponentName, getComponentTypeNameMethods inherited from interface 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
-