public class SchemeNodeModel extends NodeAdapter
backgroundColor, children, cloud, color, folded, font, HGAP, icons, LEFT_POSITION, logger, RIGHT_POSITION, stateIcons, style, underlined, UNKNOWN_POSITION, userObject, VGAP
NODE_STYLES, STYLE_AS_PARENT, STYLE_BUBBLE, STYLE_COMBINED, STYLE_FORK
Constructor and Description |
---|
SchemeNodeModel(FreeMindMain frame,
MindMap map) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeClassicStyle() |
java.lang.String |
getCodeMathStyle() |
boolean |
isWriteable()
Some nodes can't get new children or have other changes (encrypted nodes
for example).
|
java.lang.String |
toString() |
acceptViewVisitor, addHook, addIcon, addTreeModelListener, addViewer, calcShiftY, children, childrenFolded, childrenUnfolded, convertToEncodedContent, createAttributeTableModel, establishOwnFont, getActivatedHooks, getAdditionalInfo, getAllowsChildren, getAttribute, getAttribute, getAttributeKeyList, getAttributePosition, getAttributes, getAttributeTableLength, getBackgroundColor, getChildAt, getChildCount, getChildPosition, getChildren, getCloud, getColor, getEdge, getFilterInfo, getFont, getFontFamilyName, getFontSize, getFrame, getHGap, getHistoryInformation, getHooks, getIcons, getIndex, getLink, getListeners, getMap, getModeController, getNodeLevel, getNoteText, getObjectId, getParent, getParentNode, getPath, getPlainTextContent, getShiftY, getShortText, getStateIcons, getStyle, getText, getToolTip, getVGap, getViewers, getXmlNoteText, getXmlText, hasChildren, hasExactlyOneVisibleChild, hasFoldedParents, hasFoldedStrictDescendant, hasStyle, hasVisibleChilds, insert, invokeHook, isBold, isDescendantOf, isDescendantOfOrEqual, isFolded, isItalic, isLeaf, isLeft, isNewChildLeft, isRoot, isUnderlined, isVisible, remove, remove, removeAllHooks, removeFromParent, removeHook, removeIcon, removeTreeModelListener, removeViewer, save, setAdditionalInfo, setAttribute, setBackgroundColor, setBold, setCloud, setColor, setEdge, setFolded, setFont, setFontSize, setHGap, setHistoryInformation, setItalic, setLeft, setLink, setMap, setNoteText, setParent, setParent, setShiftY, setStateIcon, setStyle, setText, setToolTip, setUnderlined, setUserObject, setVGap, setXmlNoteText, setXmlText, shallowCopy, sortedChildrenUnfolded, toggleBold, toggleItalic
public SchemeNodeModel(FreeMindMain frame, MindMap map)
public java.lang.String toString()
toString
in interface MindMapNode
toString
in class NodeAdapter
public java.lang.String getCodeMathStyle()
public java.lang.String getCodeClassicStyle()
public boolean isWriteable()
MindMapNode