public class EncryptedBrowseNode extends BrowseNodeModel
Modifier and Type | Field and Description |
---|---|
protected static java.util.logging.Logger |
logger |
backgroundColor, children, cloud, color, folded, font, HGAP, icons, LEFT_POSITION, RIGHT_POSITION, stateIcons, style, underlined, UNKNOWN_POSITION, userObject, VGAP
NODE_STYLES, STYLE_AS_PARENT, STYLE_BUBBLE, STYLE_COMBINED, STYLE_FORK
Constructor and Description |
---|
EncryptedBrowseNode(FreeMindMain frame,
ModeController modeController) |
EncryptedBrowseNode(java.lang.Object userObject,
FreeMindMain frame,
ModeController modeController) |
Modifier and Type | Method and Description |
---|---|
void |
setAdditionalInfo(java.lang.String info)
This method can be used to store non-visual additions to a node.
|
void |
setFolded(boolean folded) |
void |
updateIcon() |
isWriteable, save
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, setAttribute, setBackgroundColor, setBold, setCloud, setColor, setEdge, 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, toString
public EncryptedBrowseNode(FreeMindMain frame, ModeController modeController)
public EncryptedBrowseNode(java.lang.Object userObject, FreeMindMain frame, ModeController modeController)
public void updateIcon()
public void setFolded(boolean folded)
setFolded
in interface MindMapNode
setFolded
in class NodeAdapter
public void setAdditionalInfo(java.lang.String info)
MindMapNode
setAdditionalInfo
in interface MindMapNode
setAdditionalInfo
in class NodeAdapter