freemind.modes.browsemode

Class BrowseMapModel

public class BrowseMapModel extends MapAdapter

Constructor Summary
BrowseMapModel(FreeMindMain frame)
BrowseMapModel(BrowseNodeModel root, FreeMindMain frame)
Method Summary
FilegetFile()
MindMapLinkRegistrygetLinkRegistry()
URLgetURL()
Get the value of url.
booleanisSaved()
voidload(File file)
voidload(URL url)
booleansave(File file)
protected voidsetFile()
voidsetURL(URL v)
Set the value of url.
StringtoString()

Constructor Detail

BrowseMapModel

public BrowseMapModel(FreeMindMain frame)

BrowseMapModel

public BrowseMapModel(BrowseNodeModel root, FreeMindMain frame)

Method Detail

getFile

public File getFile()

getLinkRegistry

public MindMapLinkRegistry getLinkRegistry()

getURL

public URL getURL()
Get the value of url.

Returns: Value of url.

isSaved

public boolean isSaved()

load

public void load(File file)

load

public void load(URL url)

save

public boolean save(File file)

setFile

protected void setFile()

setURL

public void setURL(URL v)
Set the value of url.

Parameters: v Value to assign to url.

toString

public String toString()