FreeMind Actions: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<table><tr>
<td valign=top>
{{Navigation_bar}}
<td>&nbsp;
<td width=600>
== MindMapActions ==
== MindMapActions ==
When you plan to perform some FreeMind actions by a Java class then you
When you plan to perform some FreeMind actions by a Java class then you

Revision as of 21:03, 9 June 2005

 

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.