Package org.eclipse.jface.text.source
Interface IOverviewRulerExtension
- All Known Implementing Classes:
OverviewRuler
public interface IOverviewRulerExtension
Extension interface for
IOverviewRuler
.
Allows to set whether to use saturated colors in the overview ruler.
- Since:
- 3.8
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUseSaturatedColors
(boolean useSaturatedColors) Sets whether to use saturated colors in the overview ruler.