Package org.mockcentral.editor.nodes.problem

Contains classes, interfaces and enums used for managing problems associated with MockCentralNode instances.

See:
          Description

Interface Summary
INodeProblemListener Interface for classes that need to be updated after changes to NodeProblem lists.
INodeProblemParticipant Interface for classes that participate in NodeProblem definition and display.
 

Class Summary
NodeProblem A class defining a problem associated with a MockCentralNode.
NodeProblemManager Utility class used to manage a list of NodeProblem objects for a specific MockCentralNode instance.
 

Enum Summary
NodeProblemCategory An Enum defining the various categories for NodeProblem instances.
NodeProblemSeverity Enum defining severity levels to be associated with NodeProblemCategory values.
 

Package org.mockcentral.editor.nodes.problem Description

Contains classes, interfaces and enums used for managing problems associated with MockCentralNode instances.