freemind.modes.schememode

Class SchemeNodeModel

Implemented Interfaces:
MindMapNode, MutableTreeNode

public class SchemeNodeModel
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

SchemeNodeModel(FreeMindMain frame)

Method Summary

String
getCodeClassicStyle()
String
getCodeMathStyle()
String
toString()

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

SchemeNodeModel

public SchemeNodeModel(FreeMindMain frame)

Method Details

getCodeClassicStyle

public String getCodeClassicStyle()

getCodeMathStyle

public String getCodeMathStyle()

toString

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