|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.search.ui.text.SearchMatchInformationProvider.LineInformation
Information about a line of a match.
| Constructor Summary | |
|---|---|
SearchMatchInformationProvider.LineInformation(int lineNumber,
int lineOffset,
int lineLength)
Creates a line information instance for a match. |
|
| Method Summary | |
|---|---|
int |
getLineLength()
Returns the total length of the lines containing the match. |
int |
getLineNumber()
Returns the line number of the line where the match starts. |
int |
getLineOffset()
Returns the file offset of the beginning of the line where the match starts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SearchMatchInformationProvider.LineInformation(int lineNumber,
int lineOffset,
int lineLength)
lineNumber - the line number where the match starts.lineOffset - the file offset of the beginning of the line where the match starts.lineLength - the length of the lines containing the match.| Method Detail |
public int getLineNumber()
public int getLineLength()
public int getLineOffset()
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.