freemind.modes.schememode

Class SchemeMapModel

Implemented Interfaces:
MindMap, TreeModel

public class SchemeMapModel
extends MapAdapter

Field Summary

Fields inherited from class freemind.modes.MapAdapter

changesPerformedSinceLastSave, readOnly

Constructor Summary

SchemeMapModel(FreeMindMain frame)

Method Summary

String
getCode()
This method returns the scheme code that is represented by this map as a plain string.
void
load(File file)
void
loadMathStyle(Reader re)
boolean
save(File file)
String
toString()

Methods inherited from class freemind.modes.MapAdapter

addTreeModelListener, applyPattern, applyPattern, changeNode, copy, copy, copySingle, cut, cut, destroy, displayNode, find, findNext, getAsPlainText, getAsRTF, getBackgroundColor, getChild, getChildCount, getFile, getFindFromText, getFindWhat, getFrame, getIndexOfChild, getLink, getLinkRegistry, getNumberOfChangesSinceLastSave, getPathToRoot, getRestoreable, getRoot, getText, getURL, insertNodeInto, insertNodeInto, insertNodeIntoNoEvent, insertNodeIntoNoEvent, isLeaf, isReadOnly, isSaved, load, moveNodeTo, nodeChanged, nodeStructureChanged, nodesChanged, nodesWereInserted, nodesWereRemoved, paste, paste, paste, reload, removeNodeFromParent, removeNodeFromParent, removeTreeModelListener, save, setBackgroundColor, setFile, setFolded, setLink, setRoot, setSaved, splitNode, tryToLock, valueForPathChanged

Constructor Details

SchemeMapModel

public SchemeMapModel(FreeMindMain frame)

Method Details

getCode

public String getCode()
This method returns the scheme code that is represented by this map as a plain string.

load

public void load(File file)
            throws FileNotFoundException
Overrides:
load in interface MapAdapter

loadMathStyle

public void loadMathStyle(Reader re)
            throws IOException

save

public boolean save(File file)
Overrides:
save in interface MapAdapter

toString

public String toString()