Uses of Interface
org.eclipse.mat.query.IContextObject

Packages that use IContextObject
org.eclipse.mat.inspections These are general queries. 
org.eclipse.mat.inspections.collections These are queries for Collection classes. 
org.eclipse.mat.inspections.osgi These are queries for examining OSGi bundles. 
org.eclipse.mat.internal.snapshot Collects arguments for queries. 
org.eclipse.mat.internal.snapshot.inspections These are queries for dominator tree and paths to/from garbage collection roots. 
org.eclipse.mat.jdt Links class names to the class source in an Eclipse IDE, not an Application Programming Interface (API). 
org.eclipse.mat.query Package for examining and controlling results of running queries. 
org.eclipse.mat.query.refined A way of controlling the detail given by the output of a query. 
org.eclipse.mat.query.results Default Query Result Implementations. 
org.eclipse.mat.snapshot The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap. 
org.eclipse.mat.ui.compare Compare reports basket and compared tables - user interface (not API). 
org.eclipse.mat.ui.snapshot.actions Supplementary actions to open a snapshot, copy to clipboard, open icon assist and so on - user interface (not API). 
 

Uses of IContextObject in org.eclipse.mat.inspections
 

Methods in org.eclipse.mat.inspections that return IContextObject
 IContextObject ImmediateDominatorsQuery.ResultImpl.getContext(java.lang.Object row)
           
 IContextObject FindLeaksQuery.SuspectsResultTable.getContext(java.lang.Object row)
           
 IContextObject DuplicatedClassesQuery.getContext(java.lang.Object element)
           
 IContextObject BigDropsQuery.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.inspections.collections
 

Methods in org.eclipse.mat.inspections.collections that return IContextObject
 IContextObject HashEntriesQuery.Result.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.inspections.osgi
 

Methods in org.eclipse.mat.inspections.osgi that return IContextObject
 IContextObject BundleRegistryQuery.BundleTreeResult.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.internal.snapshot
 

Constructor parameters in org.eclipse.mat.internal.snapshot with type arguments of type IContextObject
HeapObjectContextArgument(ISnapshot snapshot, java.util.List<IContextObject> context, java.lang.String label)
           
 

Uses of IContextObject in org.eclipse.mat.internal.snapshot.inspections
 

Methods in org.eclipse.mat.internal.snapshot.inspections that return IContextObject
 IContextObject Path2GCRootsQuery.Tree.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.jdt
 

Fields in org.eclipse.mat.jdt declared as IContextObject
 IContextObject OpenSourceFileQuery.subject
           
 

Uses of IContextObject in org.eclipse.mat.query
 

Subinterfaces of IContextObject in org.eclipse.mat.query
 interface IContextObjectSet
          Interface to describe a set of objects.
 

Methods in org.eclipse.mat.query that return IContextObject
 IContextObject IResultPie.Slice.getContext()
           
 IContextObject IStructuredResult.getContext(java.lang.Object row)
          The default context of the row which is used to display information in the object inspector.
abstract  IContextObject ContextProvider.getContext(java.lang.Object row)
          Return the context object associated with the specified row.
 

Uses of IContextObject in org.eclipse.mat.query.refined
 

Methods in org.eclipse.mat.query.refined that return IContextObject
 IContextObject RefinedStructuredResult.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.query.results
 

Methods in org.eclipse.mat.query.results that return IContextObject
 IContextObject PropertyResult.getContext(java.lang.Object row)
           
 IContextObject ListResult.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.snapshot
 

Methods in org.eclipse.mat.snapshot that return IContextObject
 IContextObject UnreachableObjectsHistogram.getContext(java.lang.Object row)
           
 IContextObject Histogram.getContext(java.lang.Object row)
           
 IContextObject Histogram.ClassLoaderTree.getContext(java.lang.Object row)
           
 IContextObject Histogram.PackageTree.getContext(java.lang.Object row)
           
 IContextObject Histogram.SuperclassTree.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.ui.compare
 

Methods in org.eclipse.mat.ui.compare that return IContextObject
 IContextObject CompareTablesQuery.TableComparisonResult.getContext(java.lang.Object row)
           
 

Uses of IContextObject in org.eclipse.mat.ui.snapshot.actions
 

Fields in org.eclipse.mat.ui.snapshot.actions with type parameters of type IContextObject
 java.util.List<IContextObject> CopyActions.elements
           
 java.util.List<IContextObject> SaveValueAsQuery.objects