freemind.view
public class MapModule extends Object
| Constructor Summary | |
|---|---|
| MapModule(MindMap model, MapView view, Mode mode) | |
| Method Summary | |
|---|---|
| Mode | getMode() |
| MindMap | getModel() |
| MapView | getView() |
| void | rename() |
| void | setModel(MindMap model) |
| void | setName(String name) |
| void | setView(MapView view) |
| String | toString()
Returns the String that is used to identify this map.
|