Uses of Class
mima.domain.Node

Packages that use Node
mima.domain   
mima.presentation.gwt.mindmap   
mima.presentation.gwt.node   
mima.presentation.gwt.nodecore   
mima.presentation.gwt.nodeeditor   
mima.presentation.gwt.noteview   
 

Uses of Node in mima.domain
 

Subclasses of Node in mima.domain
 class CentralNode
          INV: Invariant from super class
INV: getLeftSubNodes() !
 class SubNode
          INV: Invariant from super class
INV: getSubNodes() !
 

Fields in mima.domain declared as Node
private  Node NodeTest._node
           
private  Node SubNode._superNode
           
 

Methods in mima.domain that return Node
protected  Node SubNodeTest.createNode()
           
protected abstract  Node NodeTest.createNode()
           
protected  Node CentralNodeTest.createNode()
           
 Node SubNode.getSuperNode()
           
 

Methods in mima.domain with parameters of type Node
 void SubNode.setSuperNode(Node superNode)
          POST: getSuperNode() == superNode
 

Constructors in mima.domain with parameters of type Node
SubNode(Node superNode)
           
 

Uses of Node in mima.presentation.gwt.mindmap
 

Fields in mima.presentation.gwt.mindmap declared as Node
private  Node Tree._node
           
 

Methods in mima.presentation.gwt.mindmap that return Node
protected  Node Tree.getNode()
           
 

Constructors in mima.presentation.gwt.mindmap with parameters of type Node
Tree(Node node)
           
 

Uses of Node in mima.presentation.gwt.node
 

Fields in mima.presentation.gwt.node declared as Node
private  Node NodeView._node
           
 

Methods in mima.presentation.gwt.node that return Node
protected  Node NodeView.getNode()
           
 

Constructors in mima.presentation.gwt.node with parameters of type Node
NodeView(Node node, boolean isComposeRight)
           
 

Uses of Node in mima.presentation.gwt.nodecore
 

Fields in mima.presentation.gwt.nodecore declared as Node
private  Node NodeCore._node
           
 

Constructors in mima.presentation.gwt.nodecore with parameters of type Node
NodeCore(Node node, boolean isComposeRight)
           
 

Uses of Node in mima.presentation.gwt.nodeeditor
 

Constructors in mima.presentation.gwt.nodeeditor with parameters of type Node
NodeEditor(int left, int top, Node node, boolean isEditLink)
           
 

Uses of Node in mima.presentation.gwt.noteview
 

Constructors in mima.presentation.gwt.noteview with parameters of type Node
NoteView(Node node, int x, int y)