|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHighlighted
Interface for highlighted regions.
Nested Class Summary | |
---|---|
static class |
IHighlighted.PainterTag
Storage structure for a painter and its associated tag. |
Method Summary | |
---|---|
IHighlighted.PainterTag |
addPainter(Highlighter.HighlightPainter p)
Add a painter. |
void |
clearPainters()
Clear all painters. |
void |
movePainterToFront(IHighlighted.PainterTag t)
Move the painter with the specified tag to the front. |
void |
removePainter(IHighlighted.PainterTag t)
Remove the painter with the specified tag. |
Method Detail |
---|
IHighlighted.PainterTag addPainter(Highlighter.HighlightPainter p)
p
- the painter to add
void removePainter(IHighlighted.PainterTag t)
void movePainterToFront(IHighlighted.PainterTag t)
void clearPainters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |