Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
Modifier and Type | Method and Description |
---|---|
void |
MarginPainter.setPositionManager(IPaintPositionManager manager) |
void |
CursorLinePainter.setPositionManager(IPaintPositionManager manager) |
void |
IPainter.setPositionManager(IPaintPositionManager manager)
Sets the paint position manager that can be used by this painter or removes any previously
set paint position manager.
|
Modifier and Type | Method and Description |
---|---|
void |
MatchingCharacterPainter.setPositionManager(IPaintPositionManager manager) |
void |
AnnotationPainter.setPositionManager(IPaintPositionManager manager) |
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.