freemind.modes.browsemode

Class BrowseNodeModel

Implemented Interfaces:
MindMapNode, MutableTreeNode

public class BrowseNodeModel
extends NodeAdapter

This class represents a single Node of a Tree. It contains direct handles to its parent and children and to its view.

Field Summary

Fields inherited from class freemind.modes.NodeAdapter

children, cloud, color, folded, font, icons, style, underlined, userObject

Fields inherited from interface freemind.modes.MindMapNode

STYLE_BUBBLE, STYLE_FORK

Constructor Summary

BrowseNodeModel(Object userObject, FreeMindMain frame)
BrowseNodeModel(FreeMindMain frame)

Method Summary

String
getStyle()
XMLElement
save()

Methods inherited from class freemind.modes.NodeAdapter

addIcon, basicCopy, children, childrenFolded, childrenUnfolded, estabilishOwnFont, getAllowsChildren, getChildAt, getChildCount, getChildPosition, getCloud, getColor, getEdge, getFont, getFontFamilyName, getFontSize, getFrame, getIcons, getIndex, getLink, getNodeLevel, getParent, getParentNode, getPath, getPreferredChild, getStyle, getViewer, hasChildren, hasFoldedStrictDescendant, insert, isBold, isDescendantOf, isFolded, isItalic, isLeaf, isLeft, isRoot, isUnderlined, remove, remove, removeFromParent, removeLastIcon, setBold, setCloud, setColor, setEdge, setFolded, setFont, setFontSize, setItalic, setLeft, setLink, setParent, setParent, setPreferredChild, setStyle, setUnderlined, setUserObject, setViewer, shallowCopy, toString, toggleBold, toggleItalic

Constructor Details

BrowseNodeModel

public BrowseNodeModel(Object userObject,
                       FreeMindMain frame)

BrowseNodeModel

public BrowseNodeModel(FreeMindMain frame)

Method Details

getStyle

public String getStyle()
Specified by:
getStyle in interface MindMapNode
Overrides:
getStyle in interface NodeAdapter

save

public XMLElement save()