public interface IHighlightingListener
Modifier and Type | Method and Description |
---|---|
void |
highlightingCleared(IContentViewerPane pane,
IHighlighterProvider provider,
java.util.EventObject event)
Sent when highlighting is cleared in the viewer hosted by the content
viewer pane.
|
void |
highlightingOccured(IContentViewerPane pane,
IHighlighterProvider provider,
java.util.EventObject event)
Sent when highlighting occurs in the viewer hosted by the content viewer
pane.
|
void highlightingOccured(IContentViewerPane pane, IHighlighterProvider provider, java.util.EventObject event)
pane
- the pane in which the scrolling occuredprovider
- the source providing the highlightingevent
- the event that caused the highlighting to occurIHighlighterProvider
void highlightingCleared(IContentViewerPane pane, IHighlighterProvider provider, java.util.EventObject event)
pane
- the pane in which the scrolling occuredprovider
- the source providing the highlightingevent
- the event that caused the highlighting to occurIHighlighterProvider