Node editor: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+index term) |
Dan Polansky (talk | contribs) (start a dedicated page to node editors) |
||
Line 1: | Line 1: | ||
A node editor makes it possible to edit [[node]]s. There are three kinds of node editors in FreeMind 0.9.0: inline node editor, plain text editor for long nodes, and rich text editor for long nodes. The rich text editor is absent in FreeMind 0.8.0. | |||
==Implementation== | |||
Implementation of node editors: | |||
Classes: | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/actions/EditAction.java?view=log EditAction] | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/view/mindmapview/EditNodeDialog.java?view=log EditNodeDialog] | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/view/mindmapview/EditNodeExternalApplication.java?view=log EditNodeExternalApplication] | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/view/mindmapview/EditNodeTextField.java?view=log EditNodeTextField] | |||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/view/mindmapview/EditNodeWYSIWYG.java?view=log EditNodeWYSIWYG] | |||
==See also== | |||
* [[Node]] | |||
* [[Rich text]] | |||
* [[Rich text (development)]] | |||
[[Category:Development]] |
Revision as of 09:33, 9 July 2010
A node editor makes it possible to edit nodes. There are three kinds of node editors in FreeMind 0.9.0: inline node editor, plain text editor for long nodes, and rich text editor for long nodes. The rich text editor is absent in FreeMind 0.8.0.
Implementation
Implementation of node editors:
Classes: