| org.eclipse.ui.texteditor.DefaultRangeIndicator
DefaultRangeIndicator | public class DefaultRangeIndicator extends Annotation implements IAnnotationPresentation(Code) | | Specialized annotation to indicate a particular range of text lines.
This class may be instantiated; it is not intended to be subclassed.
This class is instantiated automatically by AbstractTextEditor .
|
Method Summary | |
public int | getLayer() | public void | paint(GC gc, Canvas canvas, Rectangle bounds) |
DefaultRangeIndicator | public DefaultRangeIndicator()(Code) | | Creates a new range indicator.
|
getLayer | public int getLayer()(Code) | | |
paint | public void paint(GC gc, Canvas canvas, Rectangle bounds)(Code) | | |
|
|