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.
configureStyledLabel
void configureStyledLabel(StyledLabel styledLabel,
Object result)
- Configure the styled label to display the find result.
- Parameters:
styledLabel
- result
-