Class Inventory
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
,AutoConfigurable
,Buildable
,Configurable
,GameComponent
,PlayerRoster.SideChangeListener
,PropertyNameSource
,ValidityChecker
,Translatable
,Auditable
,ImageSearchTarget
,SearchTarget
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Holds static information of and a reference to a gamepiece.class
class
CounterNode for the result tree.static class
class
static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
protected static class
Filter to select pieces requiredstatic class
Nested classes/interfaces inherited from class VASSAL.build.AbstractToolbarItem
AbstractToolbarItem.FormattedStringConfig
Nested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
static final String
protected int
static final String
protected int
static final String
static final String
protected boolean
static final String
static final String
protected boolean
static final String
protected boolean
protected JDialog
static final String
static final String[]
static final String[]
static final String
static final String
protected String[]
protected String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
Deprecated, for removal: This API element is subject to removal in a future version.protected KeyStroke
static final String
protected LaunchButton
Deprecated, for removal: This API element is subject to removal in a future version.use launch from the superclassstatic final String
protected String
static final String
static final String
protected String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.static final String
protected String
static final String
static final String
protected String
protected PropertyExpression
protected double
protected double
protected double
static final String
protected NamedKeyStrokeListener
protected Inventory.CounterInventory
static final String
protected boolean
protected String[]
static final String
static final String
static final String[]
static final String
protected String
static final String
protected boolean
protected String
static final String
Deprecated, for removal: This API element is subject to removal in a future version.protected JTree
static final String
static final String
static final String
static final String
protected int
protected boolean
Fields inherited from class VASSAL.build.AbstractToolbarItem
CAN_DISABLE, canDisable, DISABLED_ICON, disabledIconConfig, HIDE_WHEN_DISABLED, hideWhenDisabled, property, PROPERTY_GATE, propertyGate, showDisabledOptions
Fields inherited from class VASSAL.build.AbstractConfigurable
changeSupport, config, localizedName, myI18nData, name
Fields inherited from class VASSAL.build.AbstractBuildable
buildComponents, validator
Fields inherited from interface VASSAL.build.Configurable
NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the owning translatable of this componentvoid
Default behavior adds the button to the parent componentvoid
Check our disable-this-button property and enable/disable our button as appropriate based on its valuevoid
disableIfTrue
(boolean disable) protected boolean
Class<?>[]
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 boolean
static String
When saving a game, each GameComponent should return aCommand
that, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return nullprotected int
protected Component
protected Component
initTree()
Construct an explorer like interface for the selected countersprotected TreeCellRenderer
protected void
Writes the inventory text data to a user selected file.protected void
launch()
protected Command
void
Remove a Buildable object from this objectvoid
Remove from our parentprotected Command
sendHotKeyToPieces
(KeyStroke keyStroke) void
setAttribute
(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.void
setup
(boolean gameStarting) Notify the GameComponent that a game has started/endedprotected void
void
sideChanged
(String oldSide, String newSide) Update inventory according to change of side.Methods inherited from class VASSAL.build.AbstractToolbarItem
addLocalImageNames, addPropertyGateListener, addPropertyGateListener, getComponent, getLaunchButton, getMenuTextList, getNamedKeyStrokeList, getNameKey, getPropertyList, isShowDisabledOptions, makeLaunchButton, propertyChange, removePropertyGateListener, setButtonTextKey, setHotKeyKey, setIconKey, setLaunchButton, setNameKey, setNamePrompt, setShowDisabledOptions, setTooltipKey
Methods inherited from class VASSAL.build.AbstractConfigurable
addPropertyChangeListener, getConfigureComponents, getConfigureName, getConfigurer, getI18nData, getI18nPrefix, getLocalizedConfigureName, getTypeName, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureName
Methods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, build, buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getNonFolderAncestor, getPropertyNames, setAncestor, validate
Methods inherited from class VASSAL.search.AbstractImageFinder
getAllImageNames, getLocalImageNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeName
Methods inherited from interface VASSAL.build.Buildable
build, getBuildElement, isMandatory, isMovable, isUnique
-
Field Details
-
launch
Deprecated, for removal: This API element is subject to removal in a future version.use launch from the superclass -
REFRESH_HOTKEY
- See Also:
-
refreshListener
-
results
-
tree
-
VERSION
- See Also:
-
mapSeparator
-
groupSeparator
-
FILTER
- See Also:
-
piecePropertiesFilter
-
GROUP_BY
- See Also:
-
groupBy
-
NON_LEAF_FORMAT
- See Also:
-
nonLeafFormat
-
CENTERONPIECE
- See Also:
-
centerOnPiece
protected boolean centerOnPiece -
FORWARD_KEYSTROKE
- See Also:
-
forwardKeystroke
protected boolean forwardKeystroke -
SHOW_MENU
- See Also:
-
showMenu
protected boolean showMenu -
SIDES
- See Also:
-
sides
-
KEYSTROKE
- See Also:
-
keyStroke
-
CUTBELOWROOT
- See Also:
-
cutBelowRoot
protected int cutBelowRoot -
CUTABOVELEAVES
- See Also:
-
cutAboveLeaves
protected int cutAboveLeaves -
LEAF_FORMAT
- See Also:
-
pieceFormat
-
PIECE_ZOOM
- See Also:
-
pieceZoom
protected double pieceZoom -
ZOOM_2
- See Also:
-
pieceZoom2
protected double pieceZoom2 -
ZOOM_3
- See Also:
-
pieceZoom3
protected double pieceZoom3 -
DRAW_PIECES
- See Also:
-
drawPieces
protected boolean drawPieces -
FOLDERS_ONLY
- See Also:
-
foldersOnly
protected boolean foldersOnly -
SORT_PIECES
- See Also:
-
sortPieces
protected boolean sortPieces -
SORT_FORMAT
- See Also:
-
sortFormat
-
ALPHA
- See Also:
-
LENGTHALPHA
- See Also:
-
NUMERIC
- See Also:
-
SORT_OPTIONS
-
LAUNCH_FUNCTION
- See Also:
-
FUNCTION_REFRESH
- See Also:
-
FUNCTION_HIDE
- See Also:
-
FUNCTION_OPTIONS
-
FUNCTION_KEYS
-
launchFunction
-
sortStrategy
-
SORTING
- See Also:
-
BUTTON_FUNCTION
- See Also:
-
frame
-
ZOOM_ON
- See Also:
-
zoomShow
protected boolean zoomShow -
zoomLevel
protected int zoomLevel -
HOTKEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
BUTTON_TEXT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
ICON
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
TOOLTIP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
Inventory
public Inventory()
-
-
Method Details
-
getConfigureTypeName
-
addTo
Description copied from class:AbstractToolbarItem
Default behavior adds the button to the parent component- Specified by:
addTo
in interfaceBuildable
- Overrides:
addTo
in 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()Writes the inventory text data to a user selected file. This allows a module designer to use Inventory to create customized text reports from the game. Changed FileChooser to use the new Vassal.tool.FileChooser Changed Separator before getResultString call TODO add check for existing file TODO rework text display of Inventory -
getSelectedCounter
-
removeFrom
Description copied from class:AbstractToolbarItem
Remove from our parent- Specified by:
removeFrom
in interfaceConfigurable
- Overrides:
removeFrom
in classAbstractToolbarItem
- Parameters:
b
- parent
-
add
Description copied from class:AbstractConfigurable
Set the owning translatable of this component- Specified by:
add
in interfaceBuildable
- Overrides:
add
in classAbstractConfigurable
- Parameters:
b
- Child to attach to this buildable as a subcomponent
-
remove
Description copied from class:AbstractConfigurable
Remove a Buildable object from this object- Specified by:
remove
in interfaceConfigurable
- Overrides:
remove
in classAbstractConfigurable
-
launch
protected void launch() -
getTotalValue
-
getHelpFile
- Specified by:
getHelpFile
in interfaceConfigurable
- Returns:
- a HelpFile describing how to use and configure * this component
-
getAllowableConfigureComponents
- Specified by:
getAllowableConfigureComponents
in 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
ConfigureTree
window by right-clicking on the component and selecting the appropriate "Add" option.
-
getAttributeDescriptions
Description copied from class:AbstractToolbarItem
This 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:
getAttributeDescriptions
in interfaceAutoConfigurable
- Overrides:
getAttributeDescriptions
in 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:AbstractToolbarItem
This 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:
getAttributeTypes
in interfaceAutoConfigurable
- Overrides:
getAttributeTypes
in 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
AutoConfigurer
will 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:AbstractToolbarItem
This 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:
getAttributeNames
in interfaceAutoConfigurable
- Overrides:
getAttributeNames
in classAbstractToolbarItem
- Returns:
- an array of all buildFile (XML) attribute names for this component
-
setAttribute
Description copied from class:AbstractToolbarItem
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.Sets a buildFile (XML) attribute value for this component. The
key
parameter will be one of those listed inAbstractToolbarItem.getAttributeNames()
. If thevalue
parameter is a String, it will be the value returned byAbstractToolbarItem.getAttributeValueString(java.lang.String)
for the samekey
. If the implementing class extendsAbstractConfigurable
, thenvalue
will be an instance of the corresponding Class listed inAbstractConfigurable.getAttributeTypes()
- Specified by:
setAttribute
in interfaceAutoConfigurable
- Specified by:
setAttribute
in interfaceTranslatable
- Overrides:
setAttribute
in classAbstractToolbarItem
- Parameters:
key
- the name of the attribute. Will be one of those listed inAbstractToolbarItem.getAttributeNames()
o
- If thevalue
parameter is a String, it will be the value returned byAbstractToolbarItem.getAttributeValueString(java.lang.String)
for the samekey
. If the implementing class extendsAbstractConfigurable
, thenvalue
can also be an instance of the corresponding Class listed inAbstractConfigurable.getAttributeTypes()
-
getAttributeVisibility
Description copied from class:AbstractConfigurable
By default, all attributes are visible- Specified by:
getAttributeVisibility
in interfaceAutoConfigurable
- Overrides:
getAttributeVisibility
in classAbstractToolbarItem
- Parameters:
name
- Name (key) of one of this component's attributes- Returns:
- a
VisibilityCondition
for this attribute, or null if attribute should always be visible.
-
getBooleanValue
- Parameters:
o
- object
-
getAttributeValueString
Description copied from class:AbstractToolbarItem
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.- Specified by:
getAttributeValueString
in interfaceAutoConfigurable
- Specified by:
getAttributeValueString
in interfaceTranslatable
- Overrides:
getAttributeValueString
in 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:GameComponent
When saving a game, each GameComponent should return aCommand
that, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return null- Specified by:
getRestoreCommand
in interfaceGameComponent
- Overrides:
getRestoreCommand
in classAbstractToolbarItem
-
checkDisabled
public void checkDisabled()Description copied from class:AbstractToolbarItem
Check our disable-this-button property and enable/disable our button as appropriate based on its value- Overrides:
checkDisabled
in classAbstractToolbarItem
-
disableIfTrue
public void disableIfTrue(boolean disable) - Overrides:
disableIfTrue
in classAbstractToolbarItem
- Parameters:
disable
- true to disable our launch button, false to enable it
-
setup
public void setup(boolean gameStarting) Description copied from interface:GameComponent
Notify the GameComponent that a game has started/ended- Specified by:
setup
in interfaceGameComponent
- Overrides:
setup
in classAbstractToolbarItem
- 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:
sideChanged
in interfacePlayerRoster.SideChangeListener
-
enabledForPlayersSide
protected boolean enabledForPlayersSide() -
sendHotKeyToPieces
-
myUndoCommand
-
getExpressionList
- Specified by:
getExpressionList
in interfaceSearchTarget
- Overrides:
getExpressionList
in classAbstractConfigurable
- Returns:
- a list of the Configurables string/expression fields if any (for search)
-
getFormattedStringList
- Specified by:
getFormattedStringList
in interfaceSearchTarget
- Overrides:
getFormattedStringList
in classAbstractConfigurable
- Returns:
- a list of any Message Format strings referenced in the Configurable, if any (for search)
-
AbstractToolbarItem.IconConfig
instead.