| org.netbeans.modules.search.TextDisplayer
TextDisplayer | interface TextDisplayer (Code) | | Interface used for displaying item text.
author: Tim Boudreau |
Method Summary | |
public void | setText(String txt, String mimeType, TextDetail location) Displays the given text and possibly highlights the given range of text. |
setText | public void setText(String txt, String mimeType, TextDetail location)(Code) | | Displays the given text and possibly highlights the given range of text.
Parameters: txt - text to be displayed Parameters: mimeType - mime type of the text/file Parameters: location - determines range of text that is to be highlighted( location.x = start position, location.y = end position);if null , nothing is to be highlighted |
|
|