org.brains2b.thex
Interface PseudoCaretComponent

All Known Implementing Classes:
AsciiEditor, BinaryEditor

public interface PseudoCaretComponent

Interface that defines the enables the use of the pseudo highlighter and find highlighter

These highlighters are used to mark selections that can be distinquished from an interactive highlighter

Version:
$Revision: 1.2 $ $Date: 2010/01/15 03:53:05 $
Author:
dennis@brains2b.nl

Method Summary
 PseudoHighlighter getFindHighlighter()
          get the Highlighter that highlights results from a find action in both editor with and without focus
 PseudoHighlighter getPseudoHighlighter()
          get the Highlighter that highlights selections in a non active editor
 void setFindHighligter(PseudoHighlighter highlighter)
          set the Highlighter that highlights results from a find action both editor with and without focus
 void setPseudoHighlighter(PseudoHighlighter highlighter)
          set the Highlighter that highlights selections in a non active editor
 

Method Detail

getPseudoHighlighter

PseudoHighlighter getPseudoHighlighter()
get the Highlighter that highlights selections in a non active editor

Returns:
PseudoHighlighter

setPseudoHighlighter

void setPseudoHighlighter(PseudoHighlighter highlighter)
set the Highlighter that highlights selections in a non active editor

Parameters:
highlighter - PseudoHighlighter

getFindHighlighter

PseudoHighlighter getFindHighlighter()
get the Highlighter that highlights results from a find action in both editor with and without focus

Returns:
PseudoHighlighter

setFindHighligter

void setFindHighligter(PseudoHighlighter highlighter)
set the Highlighter that highlights results from a find action both editor with and without focus

Parameters:
highlighter - PseudoHighlighter