FreeMind Actions

From FreeMind
Revision as of 11:31, 25 February 2011 by Dan Polansky (talk | contribs) (-navigation bar: moved to MediaWiki:Sidebar)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.