Eclipse Platform
Release 3.8

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:
IOverviewRuler

Method Summary
 void setUseSaturatedColors(boolean useSaturatedColors)
          Sets whether to use saturated colors in the overview ruler.
 

Method Detail

setUseSaturatedColors

void setUseSaturatedColors(boolean useSaturatedColors)
Sets whether to use saturated colors in the overview ruler.

The initial value is defined by the ruler implementation.

Parameters:
useSaturatedColors - true if saturated colors should be used, false otherwise

Eclipse Platform
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.