JIDE 3.5.15

com.jidesoft.search
Interface FindResultIntepreter

All Known Implementing Classes:
CodeEditor

public interface FindResultIntepreter

FindResultIntepreter knows how to interpret the find result. The find result has nothing but two integers which are the start and end offset of the matching text. However it doesn't know the whole text. That's what this interpreter can do. To make it simple, we just add one method to this interpreter - to configure a StyleLabel to display the find result.


Method Summary
 void configureStyledLabel(StyledLabel styledLabel, Object result)
          Configure the styled label to display the find result.
 

Method Detail

configureStyledLabel

void configureStyledLabel(StyledLabel styledLabel,
                          Object result)
Configure the styled label to display the find result.

Parameters:
styledLabel -
result -

JIDE 3.5.15