Uses of Class
apps.projectmanagement.component.workflowchart.core.GraphManager

Packages that use GraphManager
apps.projectmanagement.component.workflowchart.core   
apps.projectmanagement.component.workflowchart.core.graphcomponents   
apps.projectmanagement.component.workflowchart.core.graphcomponents.links   
apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes   
 

Uses of GraphManager in apps.projectmanagement.component.workflowchart.core
 

Methods in apps.projectmanagement.component.workflowchart.core with parameters of type GraphManager
 OptionMessage MessageFactory.createOptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
          Creates a new Message object.
 

Uses of GraphManager in apps.projectmanagement.component.workflowchart.core.graphcomponents
 

Constructors in apps.projectmanagement.component.workflowchart.core.graphcomponents with parameters of type GraphManager
GraphComponent(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph component.
OptionMessage(ContentSystem contentSystem, GraphManager gManager, GraphComponent parentComponent, java.lang.String text, int messageType)
          Instantiates a new option message.
 

Uses of GraphManager in apps.projectmanagement.component.workflowchart.core.graphcomponents.links
 

Constructors in apps.projectmanagement.component.workflowchart.core.graphcomponents.links with parameters of type GraphManager
GraphLink(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph link.
LinkMenu(ContentSystem contentSystem, GraphManager gManager, GraphLink link)
          Instantiates a new link menu.
 

Uses of GraphManager in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes
 

Constructors in apps.projectmanagement.component.workflowchart.core.graphcomponents.nodes with parameters of type GraphManager
EditableQuadNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new editable quad node.
GraphNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new graph node.
ImageTextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new image text node.
KeyboardNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new keyboard node.
QuadNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new quad node.
TextNode(ContentSystem contentSystem, GraphManager gManager)
          Instantiates a new text node.