|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentHighlightRenderer
Customize the way that the author persistent highlights are displayed.
Persistent highlights get serialized as processing instructions in the XML content.
*********************************
EXPERIMENTAL - Subject to change
*********************************
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Method Summary | |
---|---|
HighlightPainter |
getHighlightPainter(AuthorPersistentHighlight highlight)
Get the painter associated with the given persistent highlight. |
java.lang.String |
getTooltip(AuthorPersistentHighlight highlight)
Get the display tooltip text for a persistent highlight. |
Method Detail |
---|
HighlightPainter getHighlightPainter(AuthorPersistentHighlight highlight)
null
value is returned the default highlight
painter will be used.
ColorHighlightPainter
.
highlight
- The AuthorPersistentHighlight
to get the painter for.
java.lang.String getTooltip(AuthorPersistentHighlight highlight)
null
value is returned the default tooltip text will be used.
highlight
- The AuthorPersistentHighlight
to get the tooltip for.
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |