freemind.modes.mindmapmode
public class MindMapController extends ControllerAdapter
Nested Class Summary | |
---|---|
protected class | MindMapController.ChangeArrowsInArrowLinkAction |
protected class | MindMapController.ColorArrowLinkAction |
protected class | MindMapController.ExportBranchToHTMLAction |
protected class | MindMapController.ExportToHTMLAction |
protected class | MindMapController.RemoveArrowLinkAction |
Constructor Summary | |
---|---|
MindMapController(Mode mode) |
Method Summary | |
---|---|
void | anotherNodeSelected(MindMapNode n) |
FileFilter | getFileFilter() |
JPopupMenu | getPopupForModel(Object obj) Link implementation: If this is a link, we want to make a popup with at least removelink available. |
JPopupMenu | getPopupMenu() |
MapAdapter | newModel() |
protected MindMapNode | newNode() |
void | nodeChanged(MindMapNode n) |
protected void | setAllActions(boolean enabled)
Enabled/Disabled all actions that are dependent on
whether there is a map open or not. |