freemind.modes.schememode
Class SchemeMapModel
java.lang.Object
freemind.modes.MapAdapter
freemind.modes.schememode.SchemeMapModel
- All Implemented Interfaces:
- MindMap, javax.swing.tree.TreeModel
- public class SchemeMapModel
- extends MapAdapter
Method Summary |
java.lang.String |
getCode()
This method returns the scheme code that is represented by
this map as a plain string. |
void |
getXml(java.io.Writer fileout)
writes the content of the map to a writer. |
void |
load(java.io.File file)
|
void |
loadMathStyle(java.io.Reader re)
|
boolean |
save(java.io.File file)
|
void |
setLinkInclinationChanged()
|
java.lang.String |
toString()
|
Methods inherited from class freemind.modes.MapAdapter |
addTreeModelListener, copy, copy, copy, copySingle, cut, destroy, getAsPlainText, getAsRTF, getBackgroundColor, getChild, getChildCount, getFile, getFrame, getIndexOfChild, getLinkRegistry, getNumberOfChangesSinceLastSave, getPathToRoot, getRestoreable, getRoot, getText, getURL, insertNodeInto, insertNodeInto, insertNodeInto, insertNodeIntoNoEvent, insertNodeIntoNoEvent, isLeaf, isReadOnly, isSaved, nodeChanged, nodeChangedMapInternal, nodesChanged, nodeStructureChanged, nodesWereInserted, nodesWereRemoved, reload, removeNodeFromParent, removeNodeFromParent, removeTreeModelListener, setBackgroundColor, setFile, setRoot, setSaved, tryToLock, valueForPathChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SchemeMapModel
public SchemeMapModel(FreeMindMain frame)
save
public boolean save(java.io.File file)
- Specified by:
save
in class MapAdapter
load
public void load(java.io.File file)
throws java.io.FileNotFoundException
- Specified by:
load
in class MapAdapter
- Throws:
java.io.FileNotFoundException
loadMathStyle
public void loadMathStyle(java.io.Reader re)
throws java.io.IOException
- Throws:
java.io.IOException
getCode
public java.lang.String getCode()
- This method returns the scheme code that is represented by
this map as a plain string.
toString
public java.lang.String toString()
setLinkInclinationChanged
public void setLinkInclinationChanged()
getXml
public void getXml(java.io.Writer fileout)
throws java.io.IOException
- Description copied from interface:
MindMap
- writes the content of the map to a writer.
- Parameters:
fileout
-
- Throws:
java.io.IOException