Drag and drop: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+) |
Dan Polansky (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/controller/MindMapNodesSelection.java?view=log MindMapNodesSelection] | * [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/controller/MindMapNodesSelection.java?view=log MindMapNodesSelection] | ||
==See also== | |||
* [[Copying and pasting]] | * [[Copying and pasting]] | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 11:51, 25 February 2009
The user can drag a branch and drop it to another branch, as a child or as a sibling.
The user can drag a file in the file browser and drop it onto a node, or onto the background of the map.
Implementation
Methods and classes:
- NodeDragListener
- NodeDropListener
- MindMapNodesSelection
CVS: