|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mapping | |
---|---|
metricsOverlay.augmentationStrategies | Augmentation strategies provide the direct ability to manipulate the JDT Java Editor. |
metricsOverlay.editor | Deprecated - Early ideas and listeners. |
metricsOverlay.model | Provides the high level model classes and model interfaces. |
metricsOverlay.model.augmentation | Provides the augmentation type descriptions for the model. |
metricsOverlay.model.augmentation.other | Gives additional functionality to the augmentation classes. |
metricsOverlay.model.mappings | Dictates mapping and interpolation classes in the model. |
metricsOverlay.preferences | Provides the preference window pane controls and GUI elements. |
metricsOverlay.views | Provides the table view. |
Uses of Mapping in metricsOverlay.augmentationStrategies |
---|
Methods in metricsOverlay.augmentationStrategies with parameters of type Mapping | |
---|---|
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 Mapping in metricsOverlay.editor |
---|
Methods in metricsOverlay.editor that return types with arguments of type Mapping | |
---|---|
java.util.List<Mapping> |
OpenFileIndexingService.getMappingList(java.lang.String string)
|
Uses of Mapping in metricsOverlay.model |
---|
Methods in metricsOverlay.model that return Mapping | |
---|---|
Mapping |
MetricDocument.getMapping(java.lang.String mappingName)
|
Methods in metricsOverlay.model that return types with arguments of type Mapping | |
---|---|
java.util.Set<Mapping> |
MetricDocument.getAllMappings()
|
Methods in metricsOverlay.model with parameters of type Mapping | |
---|---|
void |
MetricDocument.addMapping(Mapping mapping)
|
Uses of Mapping in metricsOverlay.model.augmentation |
---|
Methods in metricsOverlay.model.augmentation with parameters of type Mapping | |
---|---|
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 Mapping in metricsOverlay.model.augmentation.other |
---|
Method parameters in metricsOverlay.model.augmentation.other with type arguments of type Mapping | |
---|---|
void |
MarginController.generateNewMargins(java.util.Set<Mapping> mappings,
boolean favourInner)
|
Uses of Mapping in metricsOverlay.model.mappings |
---|
Methods in metricsOverlay.model.mappings with parameters of type Mapping | |
---|---|
int |
Mapping.compareTo(Mapping o)
|
Uses of Mapping in metricsOverlay.preferences |
---|
Methods in metricsOverlay.preferences with parameters of type Mapping | |
---|---|
void |
MappingPrefController.setActiveMapping(Mapping m)
|
Uses of Mapping in metricsOverlay.views |
---|
Methods in metricsOverlay.views that return types with arguments of type Mapping | |
---|---|
java.util.List<Mapping> |
ActiveMappingList.getMappingList()
Return the collection of tasks |
Methods in metricsOverlay.views with parameters of type Mapping | |
---|---|
void |
IActiveMappingListViewer.addMapping(Mapping map)
|
void |
ActiveMappingList.mappingChanged(Mapping map)
|
void |
IActiveMappingListViewer.removeMapping(Mapping map)
|
void |
ActiveMappingList.removeMapping(Mapping map)
|
void |
IActiveMappingListViewer.updateMapping(Mapping map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |