Uses of Package
metricsOverlay.model

Packages that use metricsOverlay.model
metricsOverlay.api Provides the API to the system. 
metricsOverlay.editor Deprecated - Early ideas and listeners. 
metricsOverlay.handlers Provides handlers to coordinate view, model and augmentation management functionality. 
metricsOverlay.model Provides the high level model classes and model interfaces. 
metricsOverlay.model.augmentation Provides the augmentation type descriptions for the model. 
metricsOverlay.model.mappings Dictates mapping and interpolation classes in the model. 
metricsOverlay.model.metrics Provides metrics and range classes for the model. 
metricsOverlay.views Provides the table view. 
metricsOverlay.xml Provides XML serialisation functionality to the system. 
 

Classes in metricsOverlay.model used by metricsOverlay.api
MetricDocument
          A metric document is a set of metric sets and there mappings, with a path that indicates the document they relate to.
 

Classes in metricsOverlay.model used by metricsOverlay.editor
MetricDocument
          A metric document is a set of metric sets and there mappings, with a path that indicates the document they relate to.
 

Classes in metricsOverlay.model used by metricsOverlay.handlers
MetricDocument
          A metric document is a set of metric sets and there mappings, with a path that indicates the document they relate to.
 

Classes in metricsOverlay.model used by metricsOverlay.model
MetricDocument
          A metric document is a set of metric sets and there mappings, with a path that indicates the document they relate to.
MetricSection
          This class represents a single metric section.
SectionType
          This enum shows the types of metric sections.
 

Classes in metricsOverlay.model used by metricsOverlay.model.augmentation
IEditable
          This interface allows items to be flagged as editable and have the potential to change their editable status.
INameable
          This interface provides model elements with the ability to name and rename themselves.
ITyped
          This interface provides objects with the ability to get at a description of their own type.
 

Classes in metricsOverlay.model used by metricsOverlay.model.mappings
IEditable
          This interface allows items to be flagged as editable and have the potential to change their editable status.
INameable
          This interface provides model elements with the ability to name and rename themselves.
ITyped
          This interface provides objects with the ability to get at a description of their own type.
 

Classes in metricsOverlay.model used by metricsOverlay.model.metrics
IEditable
          This interface allows items to be flagged as editable and have the potential to change their editable status.
INameable
          This interface provides model elements with the ability to name and rename themselves.
ITyped
          This interface provides objects with the ability to get at a description of their own type.
MetricSection
          This class represents a single metric section.
 

Classes in metricsOverlay.model used by metricsOverlay.views
MetricDocument
          A metric document is a set of metric sets and there mappings, with a path that indicates the document they relate to.
 

Classes in metricsOverlay.model used by metricsOverlay.xml
MetricDocument
          A metric document is a set of metric sets and there mappings, with a path that indicates the document they relate to.