|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResultTable
Interface for results in table-form.
Method Summary | |
---|---|
java.lang.Object |
getRow(int rowId)
Returns the object of the row with the given row number. |
int |
getRowCount()
Returns the number of rows in the result table. |
Methods inherited from interface org.eclipse.mat.query.IStructuredResult |
---|
getColumns, getColumnValue, getContext |
Methods inherited from interface org.eclipse.mat.query.IResult |
---|
getResultMetaData |
Method Detail |
---|
int getRowCount()
java.lang.Object getRow(int rowId)
rowId
- The row number.
IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |