|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--VASSAL.build.module.map.TextSaver
| Field Summary |
| 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)
Buildable
addTo in interface Buildablepublic void removeFrom(Buildable b)
Configurable
removeFrom in interface Configurablepublic void add(Buildable b)
BuildableBuildable.addTo(VASSAL.build.Buildable) are
invoked when adding a child to a parent
add in interface Buildablepublic void remove(Buildable b)
Configurable
remove in interface Configurablepublic void build(org.w3c.dom.Element e)
Buildable
build in interface 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 Configurablepublic org.w3c.dom.Element getBuildElement(org.w3c.dom.Document doc)
getBuildElement in interface Buildablepublic Configurer getConfigurer()
ConfigurableConfigurer object which can be used to set the
attributes of this object
getConfigurer 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()
Configurable
getAllowableConfigureComponents in interface Configurablepublic void addPropertyChangeListener(java.beans.PropertyChangeListener l)
ConfigurableConfigurable.NAME_PROPERTY when the value returned from
Configurable.getConfigureName() has changed
addPropertyChangeListener in interface Configurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||