Package org.eclipse.mat.snapshot.query
Class ObjectListResult.Outbound
- java.lang.Object
-
- org.eclipse.mat.snapshot.query.ObjectListResult.Outbound
-
- All Implemented Interfaces:
IDecorator
,IIconProvider
,IResult
,IResultTree
,IStructuredResult
- Enclosing class:
- ObjectListResult
public static class ObjectListResult.Outbound extends java.lang.Object
Helper class which describes a tree of objects by outbound references.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.mat.query.IIconProvider
EMPTY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getIcon(java.lang.Object row)
Get the URL for a row of the tree.
-
-
-
Constructor Detail
-
Outbound
public Outbound(ISnapshot snapshot, int[] objectIds)
Construct a outbound references tree- Parameters:
snapshot
- the snapshotobjectIds
- the set of objects to form roots of the trees
-
-