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)

Field Summary
static MarkupEditorFilter EMPTY
           
 
Method Summary
 boolean avaliableIn(Editor editor)
          Checks if the highlighter is active in the specified editor.
 

Field Detail

EMPTY

static final MarkupEditorFilter EMPTY
Method Detail

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.