freemind.modes.browsemode
public class BrowseController extends ControllerAdapter
| Constructor Summary | |
|---|---|
| BrowseController(Mode mode) | |
| Method Summary | |
|---|---|
| void | addNew(NodeView target, int newNodeMode, KeyEvent e) |
| void | doubleClick() |
| void | edit(KeyEvent e, boolean addNew, boolean editLong) |
| JPopupMenu | getPopupForModel(Object obj) Link implementation: If this is a link, we want to make a popup with at least removelink available. |
| JPopupMenu | getPopupMenu() |
| void | loadURL(String relative) |
| void | loadURL() |
| MapAdapter | newModel() |
| protected MindMapNode | newNode() |
| protected void | setAllActions(boolean enabled)
Enabled/Disabled all actions that are dependent on
whether there is a map open or not. |