Uses of Class
org.mockcentral.editor.nodes.problem.NodeProblemManager

Packages that use NodeProblemManager
org.mockcentral.editor.nodes Contains classes and interfaces used for constructing, editing, copying and pasting the MockCentralNode instances that comprise the data modelled from a MockCentral configuration file. 
 

Uses of NodeProblemManager in org.mockcentral.editor.nodes
 

Fields in org.mockcentral.editor.nodes declared as NodeProblemManager
protected  NodeProblemManager MockCentralNode.nodeProblemManager
          The NodeProblemManager used to manage any NodeProblem objects associated with this node.
 

Methods in org.mockcentral.editor.nodes that return NodeProblemManager
 NodeProblemManager MockCentralNode.getNodeProblemManager()
          Returns the NodeProblemManager used to manage any NodeProblem objects associated with this node.