Package org.eclipse.jface.text.source
Interface IOverviewRulerExtension
-
- All Known Implementing Classes:
OverviewRuler
public interface IOverviewRulerExtensionExtension interface forIOverviewRuler.Allows to set whether to use saturated colors in the overview ruler.
- Since:
- 3.8
- See Also:
IOverviewRuler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUseSaturatedColors(boolean useSaturatedColors)Sets whether to use saturated colors in the overview ruler.
-