freemind.view
Class MapModule

java.lang.Object
  extended byfreemind.view.MapModule

public class MapModule
extends java.lang.Object

This class is the key to one Model/View bundle which represents one map.


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(java.lang.String name)
           
 void setView(MapView view)
           
 java.lang.String toString()
          Returns the String that is used to identify this map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapModule

public MapModule(MindMap model,
                 MapView view,
                 Mode mode)
Method Detail

toString

public java.lang.String toString()
Returns the String that is used to identify this map. Important: If the String is changed, other component (ie Controller) must be notified.


rename

public void rename()

getModel

public MindMap getModel()

getView

public MapView getView()

getMode

public Mode getMode()

setName

public void setName(java.lang.String name)

setModel

public void setModel(MindMap model)

setView

public void setView(MapView view)