Uses of Class
org.problets.lib.conceptmap.view.NodeView

Packages that use NodeView
org.problets.lib.conceptmap.view   
org.problets.lib.conceptmap.view.collapsible   
org.problets.lib.conceptmap.view.navigable   
org.problets.lib.conceptmap.view.userbuilt   
 

Uses of NodeView in org.problets.lib.conceptmap.view
 

Methods in org.problets.lib.conceptmap.view that return NodeView
 NodeView TreeView.findNode(java.util.Vector fullName)
          Attempts to recursively locate an node given a full name in vector format.
 NodeView NodeView.findNode(java.util.Vector fullName)
          Attempts to find a node view given the full path.
 NodeView NodeView.getChildNode(int index)
          Returns the node view at the specified position in the vector of child nodes.
 NodeView TreeView.getMouseoverVisibleNode()
          Returns the node view whose mouseover is visible.
 NodeView NodeView.getMouseoverVisibleNode()
          Returns the node view whose mouseover is visible.
 NodeView NodeView.getParent()
          Returns this node's parent.
 NodeView TreeView.getRoot()
          Returns the root of the tree.
 NodeView LinkView.getSource()
          Returns the source node view for this link.
 NodeView LinkView.getTarget()
          Returns the target node view for this link.
 NodeView NodeView.isOnChildLinks(int x, int y)
          Method overridden by UserBuiltNodeView in order to check if any mouse event (given by the coordinates passed as arguments) occurred inside any of this node view's child links.
 

Methods in org.problets.lib.conceptmap.view with parameters of type NodeView
 void NodeView.setParent(NodeView inParent)
          Sets this node's parent.
 

Constructors in org.problets.lib.conceptmap.view with parameters of type NodeView
LinkView(NodeView inSource, NodeView inTarget, LinkModel inLinkModel)
          Creates a LinkView object using the source and target node views and the link model as arguments.
NodeView(NodeView inParent, NodeModel inNodeModel)
          Creates a NodeView object using the parent node view and the node model as arguments.
 

Uses of NodeView in org.problets.lib.conceptmap.view.collapsible
 

Subclasses of NodeView in org.problets.lib.conceptmap.view.collapsible
 class CollapsibleNodeView
          Derived from NodeView.
 

Constructors in org.problets.lib.conceptmap.view.collapsible with parameters of type NodeView
CollapsibleNodeView(NodeView parent, NodeModel nodeModel)
          Creates a CollapsibleNodeView object using the parent node view and the corresponding model as arguments.
 

Uses of NodeView in org.problets.lib.conceptmap.view.navigable
 

Subclasses of NodeView in org.problets.lib.conceptmap.view.navigable
 class NavigableNodeView
          Derived from NodeView.
 

Constructors in org.problets.lib.conceptmap.view.navigable with parameters of type NodeView
NavigableNodeView(NodeView parent, NodeModel nodeModel)
          Creates a NavigableNodeView object using the parent node view and the corresponding model as arguments.
 

Uses of NodeView in org.problets.lib.conceptmap.view.userbuilt
 

Subclasses of NodeView in org.problets.lib.conceptmap.view.userbuilt
 class TempUserBuiltNodeView
          Derived from UserBuiltNodeView.
 class UserBuiltNodeView
          Derived from NodeView.
 

Methods in org.problets.lib.conceptmap.view.userbuilt that return NodeView
 NodeView UserBuiltTreeView.getTempRoot()
          Returns the temporary root of the tree.
 NodeView UserBuiltNodeView.isOnChildLinks(int x, int y)
          Checks if any mouse event (given by the coordinates passed as arguments) occurred inside any of this node view's child links.