freemind.modes.schememode

Class SchemeMapModel

public class SchemeMapModel extends MapAdapter

Constructor Summary
SchemeMapModel(FreeMindMain frame)
Method Summary
StringgetCode()
This method returns the scheme code that is represented by this map as a plain string.
voidload(File file)
voidloadMathStyle(Reader re)
booleansave(File file)
StringtoString()

Constructor Detail

SchemeMapModel

public SchemeMapModel(FreeMindMain frame)

Method Detail

getCode

public String getCode()
This method returns the scheme code that is represented by this map as a plain string.

load

public void load(File file)

loadMathStyle

public void loadMathStyle(Reader re)

save

public boolean save(File file)

toString

public String toString()