|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--VASSAL.build.module.map.TextSaver
| Fields inherited from interface VASSAL.build.Configurable |
NAME_PROPERTY |
| Constructor Summary | |
TextSaver()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
add(Buildable b)
Adds a child component. |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a PropertyChangeListener. |
void |
addTo(Buildable b)
Adds this component to its parent. |
void |
build(org.w3c.dom.Element e)
Build the object |
java.lang.Class[] |
getAllowableConfigureComponents()
Return a list of valid sub-component Classes. |
Configurer[] |
getAttributeConfigurers()
|
org.w3c.dom.Element |
getBuildElement(org.w3c.dom.Document doc)
|
Configurable[] |
getConfigureComponents()
|
java.lang.String |
getConfigureName()
The name of this Configurable Object |
Configurer |
getConfigurer()
Return a Configurer object which can be used to set the
attributes of this object |
static java.lang.String |
getConfigureTypeName()
|
HelpFile |
getHelpFile()
|
void |
remove(Buildable b)
Remove a child component |
void |
removeFrom(Buildable b)
Remove this component from its parent |
protected void |
writeMapAsText()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TextSaver()
| Method Detail |
public void addTo(Buildable b)
BuildableaddTo in interface Buildablepublic void removeFrom(Buildable b)
ConfigurableremoveFrom in interface Configurablepublic void add(Buildable b)
BuildableBuildable.addTo(VASSAL.build.Buildable) are
invoked when adding a child to a parentadd in interface Buildablepublic void remove(Buildable b)
Configurableremove in interface Configurablepublic void build(org.w3c.dom.Element e)
Buildablebuild in interface BuildableVASSAL.build.Buildablee - the XML element containing the object datapublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerprotected void writeMapAsText()
public HelpFile getHelpFile()
getHelpFile in interface ConfigurableVASSAL.build.Configurablepublic org.w3c.dom.Element getBuildElement(org.w3c.dom.Document doc)
getBuildElement in interface BuildableVASSAL.build.Buildablepublic Configurer getConfigurer()
ConfigurableConfigurer object which can be used to set the
attributes of this objectgetConfigurer in interface Configurablepublic java.lang.String getConfigureName()
getConfigureName in interface Configurablepublic static java.lang.String getConfigureTypeName()
public Configurer[] getAttributeConfigurers()
public Configurable[] getConfigureComponents()
getConfigureComponents in interface Configurablepublic java.lang.Class[] getAllowableConfigureComponents()
ConfigurablegetAllowableConfigureComponents in interface Configurablepublic void addPropertyChangeListener(java.beans.PropertyChangeListener l)
ConfigurableConfigurable.NAME_PROPERTY when the value returned from
Configurable.getConfigureName() has changedaddPropertyChangeListener in interface Configurable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||