|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResultTree
Interface for results in tree-form.
Method Summary | |
---|---|
List<?> |
getChildren(Object parent)
Returns the child elements of the given parent. |
List<?> |
getElements()
Returns the root elements of the tree. |
boolean |
hasChildren(Object element)
Returns whether the given element has children. |
Methods inherited from interface org.eclipse.mat.query.IStructuredResult |
---|
getColumns, getColumnValue, getContext |
Methods inherited from interface org.eclipse.mat.query.IResult |
---|
getResultMetaData |
Method Detail |
---|
List<?> getElements()
getChildren(Object)
or
IStructuredResult.getContext(Object)
or
IStructuredResult.getColumnValue(Object, int)
.boolean hasChildren(Object element)
List<?> getChildren(Object parent)
parent
- The row object as returned by the
getElements()
or
getChildren(Object)
methods.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |