freemind.controller
Class LastOpenedList

java.lang.Object
  extended by freemind.controller.LastOpenedList

public class LastOpenedList
extends java.lang.Object

This class manages a list of the maps that were opened last. It aims to provide persistence for the last recent maps. Maps should be shown in the format:"mode\:key",ie."Mindmap\:/home/joerg/freemind.mm"


Method Summary
 void open(java.lang.String restoreable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

open

public void open(java.lang.String restoreable)
          throws java.io.FileNotFoundException,
                 XMLParseException,
                 java.net.MalformedURLException,
                 java.io.IOException,
                 java.net.URISyntaxException
Throws:
java.io.FileNotFoundException
XMLParseException
java.net.MalformedURLException
java.io.IOException
java.net.URISyntaxException