Uses of Class
apps.mathpadapp.conceptmapping.GraphManager

Packages that use GraphManager
apps.mathpadapp.conceptmapping   
apps.mathpadapp.controllerapp.assignmentbuilder   
apps.mathpadapp.mathtool   
apps.mathpadapp.networkmanager.managers   
apps.mathpadapp.util   
apps.remotecontrol.tableportal   
 

Uses of GraphManager in apps.mathpadapp.conceptmapping
 

Methods in apps.mathpadapp.conceptmapping that return GraphManager
 GraphManager GraphNode.getGraphManager()
          Gets the graph manager.
 

Constructors in apps.mathpadapp.conceptmapping with parameters of type GraphManager
GraphLink(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new graph link.
GraphNode(GraphManager graphManager, OrthoContentItem nodeItem)
          Instantiates a new graph node.
 

Uses of GraphManager in apps.mathpadapp.controllerapp.assignmentbuilder
 

Constructors in apps.mathpadapp.controllerapp.assignmentbuilder with parameters of type GraphManager
AssignmentBuilder(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new assignment builder.
 

Uses of GraphManager in apps.mathpadapp.mathtool
 

Constructors in apps.mathpadapp.mathtool with parameters of type GraphManager
MathTool(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new math tool.
 

Uses of GraphManager in apps.mathpadapp.networkmanager.managers
 

Methods in apps.mathpadapp.networkmanager.managers that return GraphManager
 GraphManager ControllerManager.getGraphManager()
          Gets the graph manager.
 

Methods in apps.mathpadapp.networkmanager.managers with parameters of type GraphManager
 void ControllerManager.setGraphManager(GraphManager graphManager)
          Sets the graph manager.
 

Uses of GraphManager in apps.mathpadapp.util
 

Constructors in apps.mathpadapp.util with parameters of type GraphManager
MTDialog(MTFrame parentFrame, ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new MT dialog.
MTFrame(ContentSystem contentSystem, GraphManager graphManager)
          Instantiates a new MT frame.
 

Uses of GraphManager in apps.remotecontrol.tableportal
 

Constructors in apps.remotecontrol.tableportal with parameters of type GraphManager
TablePortal(ContentSystem contentSystem, NetworkedContentManager networkManager, GraphManager grapgManager)
          Instantiates a new table portal.