freemind.modes.mindmapmode

Class MindMapController

public class MindMapController extends ControllerAdapter

Nested Class Summary
protected classMindMapController.ChangeArrowsInArrowLinkAction
protected classMindMapController.ColorArrowLinkAction
protected classMindMapController.ExportBranchToHTMLAction
protected classMindMapController.ExportToHTMLAction
protected classMindMapController.RemoveArrowLinkAction
Constructor Summary
MindMapController(Mode mode)
Method Summary
voidanotherNodeSelected(MindMapNode n)
FileFiltergetFileFilter()
JPopupMenugetPopupForModel(Object obj)
Link implementation: If this is a link, we want to make a popup with at least removelink available.
JPopupMenugetPopupMenu()
MapAdapternewModel()
protected MindMapNodenewNode()
voidnodeChanged(MindMapNode n)
protected voidsetAllActions(boolean enabled)
Enabled/Disabled all actions that are dependent on whether there is a map open or not.

Constructor Detail

MindMapController

public MindMapController(Mode mode)

Method Detail

anotherNodeSelected

public void anotherNodeSelected(MindMapNode n)

getFileFilter

public FileFilter getFileFilter()

getPopupForModel

public JPopupMenu getPopupForModel(Object obj)
Link implementation: If this is a link, we want to make a popup with at least removelink available.

getPopupMenu

public JPopupMenu getPopupMenu()

newModel

public MapAdapter newModel()

newNode

protected MindMapNode newNode()

nodeChanged

public void nodeChanged(MindMapNode n)

setAllActions

protected void setAllActions(boolean enabled)
Enabled/Disabled all actions that are dependent on whether there is a map open or not.