Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
freemind.modes.NodeAdapter
freemind.modes.filemode.FileNodeModel
public class FileNodeModel
extends NodeAdapter
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 | |
|
Method Summary | |
ListIterator | |
ListIterator | |
Color |
|
String |
|
String |
|
boolean | |
boolean |
|
String |
|
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 |
public ListIterator childrenFolded()
- Specified by:
- childrenFolded in interface MindMapNode
- Overrides:
- childrenFolded in interface NodeAdapter
public ListIterator childrenUnfolded()
- Specified by:
- childrenUnfolded in interface MindMapNode
- Overrides:
- childrenUnfolded in interface NodeAdapter
public Color getColor()
This could be a nice feature. Improve it!
- Specified by:
- getColor in interface MindMapNode
- Overrides:
- getColor in interface NodeAdapter
public String getLink()
- Specified by:
- getLink in interface MindMapNode
- Overrides:
- getLink in interface NodeAdapter
public String getStyle()
A Node-Style like MindMapNode.STYLE_FORK or MindMapNode.STYLE_BUBBLE
- Specified by:
- getStyle in interface MindMapNode
- Overrides:
- getStyle in interface NodeAdapter
public boolean hasChildren()
- Specified by:
- hasChildren in interface MindMapNode
- Overrides:
- hasChildren in interface NodeAdapter
public String toString()
- Specified by:
- toString in interface MindMapNode
- Overrides:
- toString in interface NodeAdapter