Method Summary |
|
int | getColumn() Gets the column position of the text or 0 (1 based). |
DataObject | getDataObject() Gets the DataObject where the searched text was found. |
int | getLine() Gets the line position of the text. |
String | getLineText() Getter for lineText property. |
int | getMarkLength() |
void | setColumn(int col) Sets the column position of the text. |
void | setLine(int line) Sets the line position of the text. |
void | setLineText(String text) Setter for lineText property. |
void | setMarkLength(int len) Gets the length of the text that should be marked when the detail is shown. |
void | showDetail(int how) Shows the search detail on the DataObject.
The document is opened in the editor, the caret is positioned on the right line and column
and searched string is marked.
Parameters: how - indicates how to show detail. |