freemind.modes.filemode

Class FileNodeModel

public class FileNodeModel extends NodeAdapter

This class represents a single Node of a Tree. It contains direct handles to its parent and children and to its view.
Constructor Summary
FileNodeModel(File file, FreeMindMain frame)
Method Summary
ListIteratorchildrenFolded()
ListIteratorchildrenUnfolded()
ColorgetColor()
This could be a nice feature.
StringgetLink()
StringgetStyle()
booleanhasChildren()
booleanisLeaf()
StringtoString()

Constructor Detail

FileNodeModel

public FileNodeModel(File file, FreeMindMain frame)

Method Detail

childrenFolded

public ListIterator childrenFolded()

childrenUnfolded

public ListIterator childrenUnfolded()

getColor

public Color getColor()
This could be a nice feature. Improve it!

getLink

public String getLink()

getStyle

public String getStyle()

hasChildren

public boolean hasChildren()

isLeaf

public boolean isLeaf()

toString

public String toString()