Loading and saving
From FreeMind
(Difference between revisions)
(+) |
Dan Polansky (Talk | contribs) (+ some) |
||
| Line 1: | Line 1: | ||
==Implementation== | ==Implementation== | ||
| - | Methods involved in loading and saving of FreeMind mind maps: | + | Methods and classes involved in loading and saving of FreeMind mind maps: |
* Loading: | * Loading: | ||
| Line 9: | Line 9: | ||
** XMLElementAdapter.* | ** XMLElementAdapter.* | ||
* Saving: | * Saving: | ||
| + | ** ControllerAdapter.save | ||
| + | ** ControllerAdapter.saveAs | ||
| + | ** ControllerAdapter.SaveAction | ||
| + | ** ControllerAdapter.SaveAsAction | ||
** MindMapMapModel.save | ** MindMapMapModel.save | ||
** MindMapMapModel.saveInternal | ** MindMapMapModel.saveInternal | ||
Latest revision as of 16:44, 17 February 2009
Implementation
Methods and classes involved in loading and saving of FreeMind mind maps:
- Loading:
- MindMapMapModel.load
- MindMapMapModel.loadTree
- ControllerAdapter.createNodeTreeFromXml
- XMLElement.parseFromReader
- XMLElementAdapter.*
- Saving:
- ControllerAdapter.save
- ControllerAdapter.saveAs
- ControllerAdapter.SaveAction
- ControllerAdapter.SaveAsAction
- MindMapMapModel.save
- MindMapMapModel.saveInternal
- MindMapNodeModel.save
CVS: