Uses of Interface
org.eclipse.mat.query.IContextObject
Package
Description
These are general queries.
These are queries for Collection classes.
These are queries for examining OSGi bundles.
Collects arguments for queries.
These are queries for dominator tree and paths to/from garbage collection roots.
Links class names to the class source in an Eclipse IDE, not an Application Programming Interface (API).
Package for examining and controlling results of running queries.
A way of controlling the detail given by the output of a query.
Default Query Result Implementations.
The Snapshot API, a VM independent way of looking at a snapshot of the state of objects in a heap.
Examine list of queries and query history - user interface (not API).
Supplementary actions to open a snapshot, copy to clipboard, open icon assist and so on - user interface (not API).
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
-
Uses of IContextObject in org.eclipse.mat.inspections
Modifier and TypeMethodDescriptionBigDropsQuery.getContext
(Object row) DuplicatedClassesQuery.getContext
(Object element) FindLeaksQuery.SuspectsResultTable.getContext
(Object row) ImmediateDominatorsQuery.ResultImpl.getContext
(Object row) -
Uses of IContextObject in org.eclipse.mat.inspections.collections
-
Uses of IContextObject in org.eclipse.mat.inspections.osgi
-
Uses of IContextObject in org.eclipse.mat.internal.snapshot
ModifierConstructorDescriptionHeapObjectContextArgument
(ISnapshot snapshot, List<IContextObject> context, String label) -
Uses of IContextObject in org.eclipse.mat.internal.snapshot.inspections
Modifier and TypeMethodDescriptionCompareTablesQuery.TableComparisonResult.getContext
(Object row) final IContextObject
Path2GCRootsQuery.Tree.getContext
(Object row) -
Uses of IContextObject in org.eclipse.mat.jdt
-
Uses of IContextObject in org.eclipse.mat.query
Modifier and TypeInterfaceDescriptioninterface
Interface to describe a set of objects.Modifier and TypeMethodDescriptionabstract IContextObject
ContextProvider.getContext
(Object row) Return the context object associated with the specified row.IResultPie.Slice.getContext()
IStructuredResult.getContext
(Object row) The default context of the row which is used to display information in the object inspector. -
Uses of IContextObject in org.eclipse.mat.query.refined
-
Uses of IContextObject in org.eclipse.mat.query.results
Modifier and TypeMethodDescriptionListResult.getContext
(Object row) PropertyResult.getContext
(Object row) -
Uses of IContextObject in org.eclipse.mat.snapshot
Modifier and TypeMethodDescriptionHistogram.ClassLoaderTree.getContext
(Object row) Histogram.getContext
(Object row) Histogram.PackageTree.getContext
(Object row) Histogram.SuperclassTree.getContext
(Object row) UnreachableObjectsHistogram.getContext
(Object row) -
Uses of IContextObject in org.eclipse.mat.ui.internal.browser
ModifierConstructorDescriptionPolicy
(List<IContextObject> menuContext, String selectionLabel) Determine whether to show this query: Global context (no selection or heap available) any context arg - disallow Local context context arg doesn't match available context - disallow no context arg and no heap arg - disallow (no point in operating on a selection) -
Uses of IContextObject in org.eclipse.mat.ui.snapshot.actions
-
Uses of IContextObject in org.eclipse.mat.ui.util
Modifier and TypeMethodDescriptionboolean
QueryContextMenu.unsuitableSubjects
(QueryDescriptor query, List<IContextObject> menuContext) See if the menuContext cannot possibly satisfy the requirements of the query.