Uses of Class
editorListener.handlers.UpdatedEditor

Packages that use UpdatedEditor
editorListener.handlers   
metricsOverlay.handlers   
metricsprovider   
 

Uses of UpdatedEditor in editorListener.handlers
 

Methods in editorListener.handlers with parameters of type UpdatedEditor
 int UpdatedEditor.compareTo(UpdatedEditor o)
           
 

Uses of UpdatedEditor in metricsOverlay.handlers
 

Constructors in metricsOverlay.handlers with parameters of type UpdatedEditor
MetricFile(MetricDocument mDoc, UpdatedEditor uEdit)
           
 

Uses of UpdatedEditor in metricsprovider
 

Methods in metricsprovider with parameters of type UpdatedEditor
abstract  void MetricsGenerator.generateMetrics(UpdatedEditor upEditor)
          This method is the main metric generation path.
 void LOCGenerator.generateMetrics(UpdatedEditor upEditor)
          This class creates a metric and combines it with existing editor information into the form of a metric file and then updates the observer with the MetricFile.
 void LineLengthGenerator.generateMetrics(UpdatedEditor upEditor)
          This class creates a metric and combines it with existing editor information into the form of a metric file and then updates the observer with the MetricFile.
 void EclipseMetricsGenerator.generateMetrics(UpdatedEditor upEditor)