Uses of Package
org.mockcentral.editor.nodes.problem

Packages that use org.mockcentral.editor.nodes.problem
org.mockcentral.editor.dialogs Contains interfaces and an enum used for creating and processing dialogs for editors used to edit MockCentral configuration files. 
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. 
org.mockcentral.editor.nodes.expectation Contains classes and interfaces used for editing the method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.expectation.part Contains classes and interfaces used for editing the parameters or expected results for method expectations for Mock Object definitions. 
org.mockcentral.editor.nodes.fixture Contains classes and interfaces used for editing Fixture instances used to group Mock Object definitions. 
org.mockcentral.editor.nodes.problem Contains classes, interfaces and enums used for managing problems associated with MockCentralNode instances. 
org.mockcentral.editor.outline Contains an interface (IMockCentralEditorOutline) defining methods for the tree-type viewer used for selecting MockObjectNode instances for editing. 
org.mockcentral.editor.viewers Contains classes and an interface used for constructing UI elements needed for displaying data in table or tree-type viewers. 
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.dialogs
NodeProblem
          A class defining a problem associated with a MockCentralNode.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.nodes
NodeProblemManager
          Utility class used to manage a list of NodeProblem objects for a specific MockCentralNode instance.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.nodes.expectation
INodeProblemParticipant
          Interface for classes that participate in NodeProblem definition and display.
NodeProblem
          A class defining a problem associated with a MockCentralNode.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.nodes.expectation.part
NodeProblem
          A class defining a problem associated with a MockCentralNode.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.nodes.fixture
INodeProblemParticipant
          Interface for classes that participate in NodeProblem definition and display.
NodeProblem
          A class defining a problem associated with a MockCentralNode.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.nodes.problem
NodeProblem
          A class defining a problem associated with a MockCentralNode.
NodeProblemCategory
          An Enum defining the various categories for NodeProblem instances.
NodeProblemSeverity
          Enum defining severity levels to be associated with NodeProblemCategory values.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.outline
NodeProblem
          A class defining a problem associated with a MockCentralNode.
 

Classes in org.mockcentral.editor.nodes.problem used by org.mockcentral.editor.viewers
INodeProblemListener
          Interface for classes that need to be updated after changes to NodeProblem lists.
NodeProblem
          A class defining a problem associated with a MockCentralNode.