Package VASSAL.build.module.map
Class TextSaver
java.lang.Object
VASSAL.search.AbstractImageFinder
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.AbstractToolbarItem
VASSAL.build.module.map.TextSaver
- All Implemented Interfaces:
AutoConfigurable,Buildable,Configurable,PropertyNameSource,ValidityChecker,Translatable,ImageSearchTarget,SearchTarget
public class TextSaver extends AbstractToolbarItem
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextSaver.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
Fields Modifier and Type Field Description protected static StringBUTTON_TEXTprotected static StringHOTKEYDeprecated.protected static StringICON_NAMEprotected LaunchButtonlaunchprotected Mapmapprotected static StringTOOLTIPDeprecated.Fields inherited from class VASSAL.build.AbstractToolbarItem
ICON, NAMEFields 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 Constructor Description TextSaver() -
Method Summary
Modifier and Type Method Description voidaddTo(Buildable b)Default behavior adds the button to the module toolbar.voidapply()Class<?>[]getAllowableConfigureComponents()static StringgetConfigureTypeName()HelpFilegetHelpFile()voidremoveFrom(Buildable b)Default behavior assumes we are removing this from the module toolbarprotected voidwriteMapAsText()Methods inherited from class VASSAL.build.AbstractToolbarItem
addLocalImageNames, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getComponent, getLaunchButton, getMenuTextList, getNamedKeyStrokeList, makeLaunchButton, setAttribute, setButtonTextKey, setHotKeyKey, setIconKey, setLaunchButton, setNameKey, setTooltipKeyMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getConfigureComponents, getConfigureName, getConfigurer, getExpressionList, getFormattedStringList, getI18nData, getI18nPrefix, getLocalizedConfigureName, getPropertyList, remove, 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
-
BUTTON_TEXT
- See Also:
- Constant Field Values
-
ICON_NAME
- See Also:
- Constant Field Values
-
HOTKEY
Deprecated.- See Also:
- Constant Field Values
-
TOOLTIP
Deprecated.- See Also:
- Constant Field Values
-
map
-
launch
-
-
Constructor Details
-
TextSaver
public TextSaver()
-
-
Method Details
-
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.
-
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
-
apply
public void apply() -
writeMapAsText
protected void writeMapAsText() -
getHelpFile
- Returns:
- a HelpFile describing how to use and configure * this component
-
getConfigureTypeName
-
getAllowableConfigureComponents
- Returns:
- an array of Configurer objects representing all possible classes of Buildable children of this Configurable object
-