freemind.modes
Class MapRegistry

java.lang.Object
  extended by freemind.modes.MapRegistry

public class MapRegistry
extends java.lang.Object

Author:
dimitri 26.05.2005

Constructor Summary
MapRegistry(MindMap map, ModeController modeController)
           
 
Method Summary
 void addIcon(MindIcon icon)
           
 AttributeRegistry getAttributes()
           
 SortedMapListModel getIcons()
           
 MindMap getMap()
           
 ModeController getModeController()
           
 void registryNodeIcons(MindMapNode node)
           
 void registrySubtree(MindMapNode root, boolean registerMyself)
           
 void save(java.io.Writer fileout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapRegistry

public MapRegistry(MindMap map,
                   ModeController modeController)
Method Detail

addIcon

public void addIcon(MindIcon icon)

getIcons

public SortedMapListModel getIcons()

getAttributes

public AttributeRegistry getAttributes()

registrySubtree

public void registrySubtree(MindMapNode root,
                            boolean registerMyself)

registryNodeIcons

public void registryNodeIcons(MindMapNode node)

getMap

public MindMap getMap()

getModeController

public ModeController getModeController()

save

public void save(java.io.Writer fileout)
          throws java.io.IOException
Throws:
java.io.IOException