com.intellij.openapi.editor.markup
Interface MarkupEditorFilter
public interface MarkupEditorFilter
Interface which should be implemented in order to disable specific range highlighters
in specific editor instances.
- See Also:
RangeHighlighter.setEditorFilter(MarkupEditorFilter)
|
Method Summary |
boolean |
avaliableIn(Editor editor)
Checks if the highlighter is active in the specified editor. |
EMPTY
static final MarkupEditorFilter EMPTY
avaliableIn
boolean avaliableIn(Editor editor)
- Checks if the highlighter is active in the specified editor.
- Parameters:
editor - the editor to check for.
- Returns:
- true if the highlighter is available, false otherwise.