Uses of Class
apps.mathpadapp.conceptmapping.GraphNode

Packages that use GraphNode
apps.mathpadapp.conceptmapping   
apps.mathpadapp.controllerapp.assignmentbuilder   
apps.mathpadapp.controllerapp.assignmentcontroller   
apps.mathpadapp.controllerapp.projectorcontroller   
apps.mathpadapp.controllerapp.tablecontroller   
apps.mathpadapp.controllerapp.usercontroller   
apps.mathpadapp.mathtool   
apps.mathpadapp.util   
apps.mysteriestableportal   
apps.remotecontrol.tableportal   
 

Uses of GraphNode in apps.mathpadapp.conceptmapping
 

Methods in apps.mathpadapp.conceptmapping that return GraphNode
 GraphNode GraphLink.getSourceNode()
          Gets the source node.
 GraphNode GraphLink.getTargetNode()
          Gets the target node.
 

Methods in apps.mathpadapp.conceptmapping that return types with arguments of type GraphNode
 java.util.ArrayList<GraphNode> GraphManager.getGraphNodes()
          Gets the graph nodes.
 

Methods in apps.mathpadapp.conceptmapping with parameters of type GraphNode
 void GraphManager.addGraphNode(GraphNode node)
          Adds the graph node.
 void GraphManager.detachGraphNode(GraphNode node)
          Detach graph node.
 void GraphManager.linkPointDragged(GraphNode sourceNode, long id, float x, float y)
          Link point dragged.
 void GraphManager.linkPointPressed(GraphNode sourceNode, long id, float x, float y)
          Link point pressed.
 void GraphManager.linkPointReleased(GraphNode sourceNode, long id, float x, float y)
          Link point released.
 void GraphLink.setSourceNode(GraphNode sourceNode)
          Sets the source node.
 void GraphLink.setTargetNode(GraphNode targetNode)
          Sets the target node.
 

Uses of GraphNode in apps.mathpadapp.controllerapp.assignmentbuilder
 

Subclasses of GraphNode in apps.mathpadapp.controllerapp.assignmentbuilder
 class AssignmentBuilder
          The Class AssignmentBuilder.
 class SendToDialog
          The Class SendToDialog.
 

Uses of GraphNode in apps.mathpadapp.controllerapp.assignmentcontroller
 

Subclasses of GraphNode in apps.mathpadapp.controllerapp.assignmentcontroller
 class AssignmentControllerWindow
          The Class AssignmentControllerWindow.
 class ResultDialog
          The Class ResultDialog.
 

Uses of GraphNode in apps.mathpadapp.controllerapp.projectorcontroller
 

Subclasses of GraphNode in apps.mathpadapp.controllerapp.projectorcontroller
 class ProjectorControllerWindow
          The Class ProjectorControllerWindow.
 class ProjectorNode
          The Class ProjectorNode.
 

Uses of GraphNode in apps.mathpadapp.controllerapp.tablecontroller
 

Subclasses of GraphNode in apps.mathpadapp.controllerapp.tablecontroller
 class MathPadRemoteDesktop
          The Class MathPadRemoteDesktop.
 class RemoteDesktop
          The Class RemoteDesktop.
 class TableControllerWindow
          The Class TableControllerWindow.
 

Uses of GraphNode in apps.mathpadapp.controllerapp.usercontroller
 

Subclasses of GraphNode in apps.mathpadapp.controllerapp.usercontroller
 class UserControllerWindow
          The Class UserControllerWindow.
 

Uses of GraphNode in apps.mathpadapp.mathtool
 

Subclasses of GraphNode in apps.mathpadapp.mathtool
 class AnswerDialog
          The Class AnswerDialog.
 class LoginDialog
          The Class LoginDialog.
 class MathTool
          The Class MathTool.
 

Uses of GraphNode in apps.mathpadapp.util
 

Subclasses of GraphNode in apps.mathpadapp.util
 class MTDialog
          The Class MTDialog.
 class MTFrame
          The Class MTFrame.
 class MTMessageBox
          The Class MTMessageBox.
 

Uses of GraphNode in apps.mysteriestableportal
 

Subclasses of GraphNode in apps.mysteriestableportal
 class ClearDataDialog
          The Class ClearDataDialog.
 class SendDataDialog
          The Class SendDataDialog.
 

Uses of GraphNode in apps.remotecontrol.tableportal
 

Subclasses of GraphNode in apps.remotecontrol.tableportal
 class CustomiseViewDialog
          The Class CustomiseViewDialog.
 class TableConnectDialog
          The Class TableConnectDialog.
 class TablePortal
          The Class TablePortal.