Package VASSAL.build.module
Class DoActionButton
java.lang.Object
VASSAL.search.AbstractImageFinder
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.AbstractToolbarItem
VASSAL.build.module.DoActionButton
- All Implemented Interfaces:
AutoConfigurable,Buildable,Configurable,PropertyNameSource,ValidityChecker,Translatable,ImageSearchTarget,SearchTarget,RecursionLimiter.Loopable
This component places a button into the controls window toolbar.
Pressing the button displays a message, plays a sound and/or sends hotkeys
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classstatic classstatic classstatic classDeprecated, for removal: This API element is subject to removal in a future version.not replacedstatic classstatic classNested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static Stringstatic Stringstatic Stringstatic Stringprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanstatic StringDeprecated, for removal: This API element is subject to removal in a future version.protected List<NamedKeyStroke>static Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static Stringstatic Stringstatic Stringstatic Stringprotected Stringprotected intprotected intprotected intprotected LaunchButtonDeprecated, for removal: This API element is subject to removal in a future version.use launch from the superclassstatic Stringstatic Stringprotected FormattedStringprotected MutableProperty.Implprotected booleanprotected Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static Stringprotected NamedKeyStrokestatic Stringprotected NamedKeyStrokestatic Stringprotected FormattedStringstatic Stringprotected Stringstatic StringDeprecated, for removal: This API element is subject to removal in a future version.static Stringprotected PropertyExpressionstatic Stringprotected PropertyExpressionFields 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 TypeMethodDescriptionvoidIn case reports use HTML and refer to any image filesprotected List<NamedKeyStroke>decodeHotkeys(String s)protected voidprotected voiddoHotKey(Command c, NamedKeyStroke key)protected Stringprotected voidexecuteActions(Command command)Execute the set of actions that make up this button and return the set of Commands generated.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 visiblestatic StringImplement PropertyNameSource - Expose loop index property if looping turned onvoidsetAttribute(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.protected voidprotected voidRegister/Deregister the Global Property exposing the index property.Methods inherited from class VASSAL.build.AbstractToolbarItem
addTo, getComponent, getLaunchButton, getMenuTextList, makeLaunchButton, removeFrom, setButtonTextKey, setHotKeyKey, setIconKey, setLaunchButton, setNameKey, setTooltipKeyMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getConfigureComponents, getConfigureName, getConfigurer, getI18nData, getI18nPrefix, getLocalizedConfigureName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, build, getAllDescendantComponents, getAllDescendantComponentsOf, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, 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
-
DO_REPORT
- See Also:
- Constant Field Values
-
REPORT_FORMAT
- See Also:
- Constant Field Values
-
DO_SOUND
- See Also:
- Constant Field Values
-
SOUND_CLIP
- See Also:
- Constant Field Values
-
DO_HOTKEY
- See Also:
- Constant Field Values
-
HOTKEYS
- See Also:
- Constant Field Values
-
DO_LOOP
- See Also:
- Constant Field Values
-
LOOP_TYPE
- See Also:
- Constant Field Values
-
LOOP_COUNT
- See Also:
- Constant Field Values
-
WHILE_EXPRESSION
- See Also:
- Constant Field Values
-
UNTIL_EXPRESSION
- See Also:
- Constant Field Values
-
PRE_LOOP_HOTKEY
- See Also:
- Constant Field Values
-
POST_LOOP_HOTKEY
- See Also:
- Constant Field Values
-
INDEX
- See Also:
- Constant Field Values
-
INDEX_PROPERTY
- See Also:
- Constant Field Values
-
INDEX_START
- See Also:
- Constant Field Values
-
INDEX_STEP
- 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
-
TOOLTIP
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
-
HOTKEY
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
-
launch
Deprecated, for removal: This API element is subject to removal in a future version.use launch from the superclass -
doReport
protected boolean doReport -
reportFormat
-
doSound
protected boolean doSound -
soundClip
-
doHotkey
protected boolean doHotkey -
hotkeys
-
doLoop
protected boolean doLoop -
loopType
-
loopCount
-
whileExpression
-
untilExpression
-
preLoopKey
-
postLoopKey
-
hasIndex
protected boolean hasIndex -
indexProperty
-
indexStart
protected int indexStart -
indexStep
protected int indexStep -
indexValue
protected int indexValue -
loopIndexProperty
-
loopPropertyRegistered
protected boolean loopPropertyRegistered
-
-
Constructor Details
-
DoActionButton
public DoActionButton()
-
-
Method Details
-
getConfigureTypeName
-
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
-
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()
-
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()
-
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.
-
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.
-
encodeHotkeys
-
decodeHotkeys
-
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.
-
getHelpFile
- Specified by:
getHelpFilein interfaceConfigurable- Returns:
- a HelpFile describing how to use and configure * this component
-
updateLoopPropertyRegistration
protected void updateLoopPropertyRegistration()Register/Deregister the Global Property exposing the index property. It is only visible if looping is turned on and an Index Property is specified -
setIndexPropertyValue
protected void setIndexPropertyValue() -
doActions
- Throws:
RecursionLimitException
-
executeActions
Execute the set of actions that make up this button and return the set of Commands generated.- Parameters:
command- command to execute- Throws:
RecursionLimitException- recursion protection
-
doHotKey
-
getComponentTypeName
- Specified by:
getComponentTypeNamein interfaceRecursionLimiter.Loopable
-
getComponentName
- Specified by:
getComponentNamein interfaceRecursionLimiter.Loopable
-
getPropertyNames
Implement PropertyNameSource - Expose loop index property if looping turned on- Specified by:
getPropertyNamesin interfacePropertyNameSource- Overrides:
getPropertyNamesin classAbstractBuildable- Returns:
- Default implementation of PropertyNameSource - No properties exposed
-
getExpressionList
Description copied from class:AbstractConfigurable- Specified by:
getExpressionListin interfaceSearchTarget- Overrides:
getExpressionListin classAbstractConfigurable- Returns:
- a list of the Configurables string/expression fields if any (for search)
-
getFormattedStringList
Description copied from class:AbstractConfigurable- Specified by:
getFormattedStringListin interfaceSearchTarget- Overrides:
getFormattedStringListin classAbstractConfigurable- Returns:
- a list of any Message Format strings referenced in the Configurable, if any (for search)
-
getPropertyList
Description copied from class:AbstractConfigurable- Specified by:
getPropertyListin interfaceSearchTarget- Overrides:
getPropertyListin classAbstractConfigurable- Returns:
- a list of any Property Names referenced in the Configurable, if any (for search)
-
getNamedKeyStrokeList
Description copied from class:AbstractConfigurable- Specified by:
getNamedKeyStrokeListin interfaceSearchTarget- Overrides:
getNamedKeyStrokeListin classAbstractToolbarItem- Returns:
- a list of any Named KeyStrokes referenced in the Configurable, if any (for search)
-
addLocalImageNames
In case reports use HTML and refer to any image files- Specified by:
addLocalImageNamesin interfaceImageSearchTarget- Overrides:
addLocalImageNamesin classAbstractToolbarItem- Parameters:
s- Collection to add image names to
-