Uses of Class
org.problets.lib.conceptmap.view.userbuilt.UserBuiltNodeView

Packages that use UserBuiltNodeView
org.problets.lib.conceptmap.view.userbuilt   
 

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

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

Methods in org.problets.lib.conceptmap.view.userbuilt that return UserBuiltNodeView
 UserBuiltNodeView UserBuiltTreeView.getOverlappedNode(int xCoord, int yCoord, UserBuiltNodeView nodeView)
          Returns the node in the tree that is overlapped by the node passed as argument.
 UserBuiltNodeView UserBuiltNodeView.getOverlappedNode(int xCoord, int yCoord, UserBuiltNodeView nodeView)
          Returns the node that is overlapped by the node passed as argument.
 UserBuiltNodeView UserBuiltTreeView.handleActionPerformed(int xCoord, int yCoord)
          Handles the actionPerformed event.
 UserBuiltNodeView UserBuiltNodeView.handleActionPerformed(int xCoord, int yCoord)
          Handles the actionPerformed event.
 

Methods in org.problets.lib.conceptmap.view.userbuilt with parameters of type UserBuiltNodeView
 boolean UserBuiltNodeView.addChildIfOverlap(int xCoord, int yCoord, UserBuiltNodeView newChild)
          Adss the node passed as argument to the current node's vector of child node views if the two nodes overlap.
 boolean UserBuiltTreeView.connectTree(int xCoord, int yCoord, UserBuiltNodeView nodeView)
          Connects the node passed as argument to the current node (if they overlap).
 UserBuiltNodeView UserBuiltTreeView.getOverlappedNode(int xCoord, int yCoord, UserBuiltNodeView nodeView)
          Returns the node in the tree that is overlapped by the node passed as argument.
 UserBuiltNodeView UserBuiltNodeView.getOverlappedNode(int xCoord, int yCoord, UserBuiltNodeView nodeView)
          Returns the node that is overlapped by the node passed as argument.
 

Constructors in org.problets.lib.conceptmap.view.userbuilt with parameters of type UserBuiltNodeView
TempUserBuiltNodeView(UserBuiltNodeView parent, UserBuiltNodeModel nodeModel)
          Creates a TempUserBuiltNodeView object using the parent node view and the corresponding model as arguments.
UserBuiltLinkView(UserBuiltNodeView source, UserBuiltNodeView target, UserBuiltLinkModel linkModel)
          Creates a UserBuiltLinkView object using the source and target node views and the link model as arguments.
UserBuiltNodeView(UserBuiltNodeView parent, UserBuiltNodeModel nodeModel)
          Creates a UserBuiltNodeView object using the parent node view and the corresponding model as arguments.