FreeMind Actions: Difference between revisions

From FreeMind
Jump to navigationJump to search
m (remove spam)
(+cat)
Line 15: Line 15:
* full redisplay of the map and
* full redisplay of the map and
* add the action to the undo buffer.
* add the action to the undo buffer.
[[Category:Development]]

Revision as of 19:00, 24 September 2009

 

MindMapActions

When you plan to perform some FreeMind actions by a Java class then you

  • need an instance of ModeController
  • should have a look at freemind.modes.actions.MindMapActions.

The MindMapActions class is an interface that lists every action you can call. These actions do

  • full redisplay of the map and
  • add the action to the undo buffer.