Package VASSAL.build.module
Class Inventory
java.lang.Object
VASSAL.search.AbstractImageFinder
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.AbstractToolbarItem
VASSAL.build.module.Inventory
- All Implemented Interfaces:
AutoConfigurable,Buildable,Configurable,GameComponent,PlayerRoster.SideChangeListener,PropertyNameSource,ValidityChecker,Translatable,ImageSearchTarget,SearchTarget
public class Inventory
extends AbstractToolbarItem
implements GameComponent, PlayerRoster.SideChangeListener
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassHolds static information of and a reference to a gamepiece.classclassCounterNode for the result tree.static classclassstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classprotected static classFilter to select pieces requiredstatic classNested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.protected booleanstatic Stringprotected intstatic Stringprotected intstatic Stringstatic Stringprotected booleanstatic Stringstatic Stringprotected booleanstatic Stringprotected booleanprotected JDialogstatic Stringstatic String[]static String[]static Stringstatic Stringprotected String[]protected Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static StringDeprecated, for removal: This API element is subject to removal in a future version.protected KeyStrokestatic Stringprotected LaunchButtonDeprecated, for removal: This API element is subject to removal in a future version.use launch from the superclassstatic Stringprotected Stringstatic Stringstatic Stringprotected Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static Stringprotected Stringstatic Stringstatic Stringprotected Stringprotected PropertyExpressionprotected doubleprotected Inventory.CounterInventorystatic Stringprotected booleanprotected String[]static Stringstatic Stringstatic String[]static Stringprotected Stringstatic Stringprotected booleanprotected Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.protected JTreestatic StringFields 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
Modifier and TypeMethodDescriptionvoidSet the owning translatable of this componentvoidDefault behavior adds the button to the module toolbar.protected booleanClass<?>[]String[]This getAttributeDescriptions() will return the items specific to the Toolbar Button - classes extending this should add their own items as well.String[]This getAttributeNames() will return the items specific to the Toolbar Button - classes extending this should add their own items as well.Class<?>[]This getAttributeTypes() will return the items specific to the Toolbar Button - classes extending this should add their own items as well.Classes extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button.getAttributeVisibility(String name)By default, all attributes are visibleprotected booleanstatic StringWhen saving a game, each GameComponent should return aCommandthat, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return nullprotected intprotected Componentprotected ComponentinitTree()Construct an explorer like interface for the selected countersprotected TreeCellRendererprotected voidprotected voidlaunch()protected CommandvoidRemove a Buildable object from this objectvoidremoveFrom(Buildable b)Default behavior assumes we are removing this from the module toolbarprotected CommandsendHotKeyToPieces(KeyStroke keyStroke)voidsetAttribute(String key, Object o)Classes extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button.voidsetup(boolean gameStarting)Notify the GameComponent that a game has started/endedprotected voidvoidsideChanged(String oldSide, String newSide)Update inventory according to change of side.Methods inherited from class VASSAL.build.AbstractToolbarItem
addLocalImageNames, getComponent, getLaunchButton, getMenuTextList, getNamedKeyStrokeList, makeLaunchButton, setButtonTextKey, setHotKeyKey, setIconKey, setLaunchButton, setNameKey, setTooltipKeyMethods inherited from class VASSAL.build.AbstractConfigurable
addPropertyChangeListener, getConfigureComponents, getConfigureName, getConfigurer, getI18nData, getI18nPrefix, getLocalizedConfigureName, getPropertyList, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, build, getAllDescendantComponents, getAllDescendantComponentsOf, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getPropertyNames, validateMethods inherited from class VASSAL.search.AbstractImageFinder
getAllImageNames, getLocalImageNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface VASSAL.build.Buildable
build, getBuildElement
-
Field Details
-
launch
Deprecated, for removal: This API element is subject to removal in a future version.use launch from the superclass -
results
-
tree
-
VERSION
- See Also:
- Constant Field Values
-
mapSeparator
-
groupSeparator
-
FILTER
- See Also:
- Constant Field Values
-
piecePropertiesFilter
-
GROUP_BY
- See Also:
- Constant Field Values
-
groupBy
-
NON_LEAF_FORMAT
- See Also:
- Constant Field Values
-
nonLeafFormat
-
CENTERONPIECE
- See Also:
- Constant Field Values
-
centerOnPiece
protected boolean centerOnPiece -
FORWARD_KEYSTROKE
- See Also:
- Constant Field Values
-
forwardKeystroke
protected boolean forwardKeystroke -
SHOW_MENU
- See Also:
- Constant Field Values
-
showMenu
protected boolean showMenu -
SIDES
- See Also:
- Constant Field Values
-
sides
-
KEYSTROKE
- See Also:
- Constant Field Values
-
keyStroke
-
CUTBELOWROOT
- See Also:
- Constant Field Values
-
cutBelowRoot
protected int cutBelowRoot -
CUTABOVELEAVES
- See Also:
- Constant Field Values
-
cutAboveLeaves
protected int cutAboveLeaves -
LEAF_FORMAT
- See Also:
- Constant Field Values
-
pieceFormat
-
PIECE_ZOOM
- See Also:
- Constant Field Values
-
pieceZoom
protected double pieceZoom -
DRAW_PIECES
- See Also:
- Constant Field Values
-
drawPieces
protected boolean drawPieces -
FOLDERS_ONLY
- See Also:
- Constant Field Values
-
foldersOnly
protected boolean foldersOnly -
SORT_PIECES
- See Also:
- Constant Field Values
-
sortPieces
protected boolean sortPieces -
SORT_FORMAT
- See Also:
- Constant Field Values
-
sortFormat
-
ALPHA
- See Also:
- Constant Field Values
-
LENGTHALPHA
- See Also:
- Constant Field Values
-
NUMERIC
- See Also:
- Constant Field Values
-
SORT_OPTIONS
-
LAUNCH_FUNCTION
- See Also:
- Constant Field Values
-
FUNCTION_REFRESH
- See Also:
- Constant Field Values
-
FUNCTION_HIDE
- See Also:
- Constant Field Values
-
FUNCTION_OPTIONS
-
FUNCTION_KEYS
-
launchFunction
-
sortStrategy
-
SORTING
- See Also:
- Constant Field Values
-
BUTTON_FUNCTION
- See Also:
- Constant Field Values
-
frame
-
HOTKEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
BUTTON_TEXT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
ICON
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
TOOLTIP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Constructor Details
-
Inventory
public Inventory()
-
-
Method Details
-
getConfigureTypeName
-
addTo
Description copied from class:AbstractToolbarItemDefault behavior adds the button to the module toolbar.- Specified by:
addToin interfaceBuildable- Overrides:
addToin classAbstractToolbarItem- Parameters:
b- parent Buildable to add this component to as a subcomponent.
-
initTree
Construct an explorer like interface for the selected counters -
initTreeCellRenderer
-
initButtons
-
inventoryToText
protected void inventoryToText() -
getSelectedCounter
-
removeFrom
Description copied from class:AbstractToolbarItemDefault behavior assumes we are removing this from the module toolbar- Specified by:
removeFromin interfaceConfigurable- Overrides:
removeFromin classAbstractToolbarItem- Parameters:
b- parent
-
add
Description copied from class:AbstractConfigurableSet the owning translatable of this component- Specified by:
addin interfaceBuildable- Overrides:
addin classAbstractConfigurable- Parameters:
b- Child to attach to this buildable as a subcomponent
-
remove
Description copied from class:AbstractConfigurableRemove a Buildable object from this object- Specified by:
removein interfaceConfigurable- Overrides:
removein classAbstractConfigurable
-
launch
protected void launch() -
getTotalValue
-
getHelpFile
- Specified by:
getHelpFilein interfaceConfigurable- Returns:
- a HelpFile describing how to use and configure * this component
-
getAllowableConfigureComponents
- Specified by:
getAllowableConfigureComponentsin interfaceConfigurable- Returns:
- a list of valid sub-component Classes. If a Class
appears in this list, then instances of that class may be added
to this component from the Editor's
ConfigureTreewindow by right-clicking on the component and selecting the appropriate "Add" option.
-
getAttributeDescriptions
Description copied from class:AbstractToolbarItemThis getAttributeDescriptions() will return the items specific to the Toolbar Button - classes extending this should add their own items as well. If the "nameKey" is blank, then no "name" configure entry will be generated. Extending classes can use ArrayUtils.addAll(super.getAttributeDescriptions(), key1, ..., keyN), or supply their own order from scratch.- Specified by:
getAttributeDescriptionsin interfaceAutoConfigurable- Overrides:
getAttributeDescriptionsin classAbstractToolbarItem- Returns:
- an array of Strings describing the buildFile (XML) attributes of this component. These strings are used as prompts in the
Properties window for this object, when the component is configured in the Editor. The order of descriptions should
be the same as the order of names in
AbstractBuildable.getAttributeNames()
-
getAttributeTypes
Description copied from class:AbstractToolbarItemThis getAttributeTypes() will return the items specific to the Toolbar Button - classes extending this should add their own items as well. If the "nameKey" is blank, then no "name" configure entry will be generated. Extending classes can use ArrayUtils.addAll(super.getAttributeTypes(), key1, ..., keyN), or supply their own order from scratch.- Specified by:
getAttributeTypesin interfaceAutoConfigurable- Overrides:
getAttributeTypesin classAbstractToolbarItem- Returns:
- the Class for the buildFile (XML) attributes of this component. Valid classes include: String, Integer, Double, Boolean, Image,
Color, and KeyStroke, along with any class for which a Configurer exists in VASSAL.configure. The class determines, among other things,
which type of
AutoConfigurerwill be used to configure the attribute when the object is configured in the Editor.The order of classes should be the same as the order of names in
AbstractBuildable.getAttributeNames()
-
getAttributeNames
Description copied from class:AbstractToolbarItemThis getAttributeNames() will return the items specific to the Toolbar Button - classes extending this should add their own items as well. If the "nameKey" is blank, then no "name" configure entry will be generated. Extending classes can use ArrayUtils.addAll(super.getAttributeNames(), key1, ..., keyN), or supply their own order from scratch.Lists all the buildFile (XML) attribute names for this component. If this component is ALSO an
AbstractConfigurable, then this list of attributes determines the appropriate attribute order forAbstractConfigurable.getAttributeDescriptions()andAbstractConfigurable.getAttributeTypes().- Specified by:
getAttributeNamesin interfaceAutoConfigurable- Overrides:
getAttributeNamesin classAbstractToolbarItem- Returns:
- a list of all buildFile (XML) attribute names for this component
-
setAttribute
Description copied from class:AbstractToolbarItemClasses extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button. Sets a buildFile (XML) attribute value for this component. Thekeyparameter will be one of those listed inAbstractToolbarItem.getAttributeNames(). If thevalueparameter is a String, it will be the value returned byAbstractToolbarItem.getAttributeValueString(java.lang.String)for the samekey. If the implementing class extendsAbstractConfigurable, thenvaluewill be an instance of the corresponding Class listed inAbstractConfigurable.getAttributeTypes()- Specified by:
setAttributein interfaceAutoConfigurable- Specified by:
setAttributein interfaceTranslatable- Overrides:
setAttributein classAbstractToolbarItem- Parameters:
key- the name of the attribute. Will be one of those listed inAbstractToolbarItem.getAttributeNames()o- If thevalueparameter is a String, it will be the value returned byAbstractToolbarItem.getAttributeValueString(java.lang.String)for the samekey. If the implementing class extendsAbstractConfigurable, thenvaluecan also be an instance of the corresponding Class listed inAbstractConfigurable.getAttributeTypes()
-
getAttributeVisibility
Description copied from class:AbstractConfigurableBy default, all attributes are visible- Specified by:
getAttributeVisibilityin interfaceAutoConfigurable- Overrides:
getAttributeVisibilityin classAbstractConfigurable- Parameters:
name- Name (key) of one of this component's attributes- Returns:
- a
VisibilityConditionfor this attribute, or null if attribute should always be visible.
-
getBooleanValue
- Parameters:
o- object
-
getAttributeValueString
Description copied from class:AbstractToolbarItemClasses extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button.- Specified by:
getAttributeValueStringin interfaceAutoConfigurable- Specified by:
getAttributeValueStringin interfaceTranslatable- Overrides:
getAttributeValueStringin classAbstractToolbarItem- Parameters:
key- the name of the attribute. Will be one of those listed inAbstractToolbarItem.getAttributeNames()- Returns:
- a String representation of the XML buildFile attribute with the given name. When initializing a module,
this String value will loaded from the XML and passed to
AbstractToolbarItem.setAttribute(java.lang.String, java.lang.Object). It is also frequently used for checking the current value of an attribute.
-
getRestoreCommand
Description copied from interface:GameComponentWhen saving a game, each GameComponent should return aCommandthat, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return null- Specified by:
getRestoreCommandin interfaceGameComponent
-
setup
public void setup(boolean gameStarting)Description copied from interface:GameComponentNotify the GameComponent that a game has started/ended- Specified by:
setupin interfaceGameComponent- Parameters:
gameStarting- if true, a game is starting. If false, then a game is ending
-
setupLaunch
protected void setupLaunch() -
sideChanged
Update inventory according to change of side.- Specified by:
sideChangedin interfacePlayerRoster.SideChangeListener
-
enabledForPlayersSide
protected boolean enabledForPlayersSide() -
sendHotKeyToPieces
- Returns:
- Command which only has some text in. The actual processing is done within the pieces.
-
myUndoCommand
-
getExpressionList
- Specified by:
getExpressionListin interfaceSearchTarget- Overrides:
getExpressionListin classAbstractConfigurable- Returns:
- a list of the Configurables string/expression fields if any (for search)
-
getFormattedStringList
- Specified by:
getFormattedStringListin interfaceSearchTarget- Overrides:
getFormattedStringListin classAbstractConfigurable- Returns:
- a list of any Message Format strings referenced in the Configurable, if any (for search)
-