|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetricFile | |
---|---|
metricsOverlay.augmentationStrategies | Augmentation strategies provide the direct ability to manipulate the JDT Java Editor. |
metricsOverlay.handlers | Provides handlers to coordinate view, model and augmentation management functionality. |
metricsOverlay.model.augmentation | Provides the augmentation type descriptions for the model. |
metricsOverlay.model.augmentation.other | Gives additional functionality to the augmentation classes. |
metricsOverlay.preferences | Provides the preference window pane controls and GUI elements. |
Uses of MetricFile in metricsOverlay.augmentationStrategies |
---|
Methods in metricsOverlay.augmentationStrategies with parameters of type MetricFile | |
---|---|
void |
UnderlineStrategy.update(MetricFile mf,
Mapping mm)
|
void |
MarginChipStrategy.update(MetricFile mf,
Mapping mm)
Apply properties to the display strategy |
void |
MarginBarStrategy.update(MetricFile mf,
Mapping mm)
Apply properties to the display strategy |
void |
ForcedDisplayStrategy.update(MetricFile mf,
Mapping mm)
|
void |
BgSectionStrategy.update(MetricFile mf,
Mapping mm)
Adds line listeners for colouring the background and updating when the text changes. |
void |
BgLineStrategy.update(MetricFile mf,
Mapping mm)
Adds line listeners for colouring the background and updating when the text changes. |
void |
AugmentationStrategy.update(MetricFile mf,
Mapping mm)
This class updates the display strategy, it should be overriden by subclasses. |
Uses of MetricFile in metricsOverlay.handlers |
---|
Methods in metricsOverlay.handlers that return MetricFile | |
---|---|
MetricFile |
MetricEvent.getCurMetricFile()
|
MetricFile |
MetricFileHandler.getCurrentMFile()
|
MetricFile |
DocumentTracker.getFile(org.eclipse.core.runtime.IPath path)
|
Methods in metricsOverlay.handlers that return types with arguments of type MetricFile | |
---|---|
java.util.Set<MetricFile> |
DocumentTracker.getAllMetricFiles()
|
Methods in metricsOverlay.handlers with parameters of type MetricFile | |
---|---|
void |
DocumentTracker.addMetricFile(MetricFile mFile)
|
int |
MetricFile.compareTo(MetricFile o)
|
boolean |
DocumentTracker.contains(MetricFile mf)
|
void |
MetricFileHandler.update(MetricFile mf,
boolean internal)
|
Constructors in metricsOverlay.handlers with parameters of type MetricFile | |
---|---|
MetricEvent(MetricFile mf)
|
Uses of MetricFile in metricsOverlay.model.augmentation |
---|
Methods in metricsOverlay.model.augmentation with parameters of type MetricFile | |
---|---|
void |
UnderlineAugmentation.update(MetricFile mf,
Mapping mm)
|
void |
MarginAugmentation.update(MetricFile mf,
Mapping mm)
|
void |
BackgroundSectionAugmentation.update(MetricFile mf,
Mapping mm)
|
void |
BackgroundLineAugmentation.update(MetricFile mf,
Mapping mm)
|
abstract void |
Augmentation.update(MetricFile mf,
Mapping mm)
This method updates the display strategy, given an update in the eclipse java editor. |
Uses of MetricFile in metricsOverlay.model.augmentation.other |
---|
Methods in metricsOverlay.model.augmentation.other with parameters of type MetricFile | |
---|---|
void |
AugmentationManager.updateDisplay(MetricFile mf)
|
Uses of MetricFile in metricsOverlay.preferences |
---|
Constructors in metricsOverlay.preferences with parameters of type MetricFile | |
---|---|
AugmentationPrefController(MetricFile curMf,
AugmentationPreferencePage augPage)
|
|
MappingPrefController(MetricFile mf,
MappingPreferencePage mPreferencePage)
|
|
MetricsPrefController(MetricFile mf,
MetricsPreferencePage metricsPreferencePage)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |