Uses of Interface
org.eclipse.mat.query.IQueryContext
Packages that use IQueryContext
Package
Description
These are general queries.
Collects arguments for queries.
These are queries for dominator tree and paths to/from garbage collection roots.
Package of interfaces for examining annotations of queries and arguments.
A way of controlling the detail given by the output of a query.
Package for getting a list of queries and examining their capabilities and setting them up.
Controls building of reports from XML report definitions.
Internal classes for controlling building of reports from XML report definitions (not API).
Editor for viewing snapshot (not API).
Acquire heap dumps from other running processes - user interface (not API).
Examine list of queries and query history - user interface (not API).
Allows a user to specify arguments for a query - user interface (not API).
Allows filtering of the display of tables and trees, for example excluding certain class names - user interface (not API).
-
Uses of IQueryContext in org.eclipse.mat.inspections
Fields in org.eclipse.mat.inspections declared as IQueryContext -
Uses of IQueryContext in org.eclipse.mat.internal.snapshot
Classes in org.eclipse.mat.internal.snapshot that implement IQueryContext -
Uses of IQueryContext in org.eclipse.mat.internal.snapshot.inspections
Fields in org.eclipse.mat.internal.snapshot.inspections declared as IQueryContext -
Uses of IQueryContext in org.eclipse.mat.query.annotations.descriptors
Methods in org.eclipse.mat.query.annotations.descriptors with parameters of type IQueryContextModifier and TypeMethodDescriptionIAnnotatedObjectDescriptor.getUsage
(IQueryContext context) Get the usage information, for example provided by the annotationUsage
, or by a combination of theIAnnotatedObjectDescriptor.getIdentifier()
andArgumentDescriptor.appendUsage(java.lang.StringBuilder)
. -
Uses of IQueryContext in org.eclipse.mat.query.refined
Constructors in org.eclipse.mat.query.refined with parameters of type IQueryContextModifierConstructorDescriptionRefinedResultBuilder
(IQueryContext context, IStructuredResult subject) Build a suitable refined result given an input of IResultTable or IResultTree. -
Uses of IQueryContext in org.eclipse.mat.query.registry
Classes in org.eclipse.mat.query.registry that implement IQueryContextMethods in org.eclipse.mat.query.registry with parameters of type IQueryContextModifier and TypeMethodDescriptionboolean
QueryDescriptor.accept
(IQueryContext context) Can the query be satisfied by the current context, possibly with other user supplied arguments?QueryDescriptor.createNewArgumentSet
(IQueryContext context) Create ArgumentSet.static IResult
CommandLine.execute
(IQueryContext context, String commandLine, IProgressListener listener) QueryDescriptor.explain
(IQueryContext context) Explain any parameters which cannot be filled in from the provided context.AnnotatedObjectDescriptor.getUsage
(IQueryContext context) static Queries
Queries.lookup
(String name, IQueryContext context) static ArgumentSet
CommandLine.parse
(IQueryContext context, String line) static Queries
Queries.parse
(String commandLine, IQueryContext context) -
Uses of IQueryContext in org.eclipse.mat.report
Methods in org.eclipse.mat.report that return IQueryContextModifier and TypeMethodDescriptionIOutputter.Context.getQueryContext()
The query context for the result.TestSuite.getQueryContext()
Methods in org.eclipse.mat.report with parameters of type IQueryContext -
Uses of IQueryContext in org.eclipse.mat.report.internal
Fields in org.eclipse.mat.report.internal declared as IQueryContextMethods in org.eclipse.mat.report.internal with parameters of type IQueryContextModifier and TypeMethodDescriptionabstract AbstractPart
AbstractPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) LinkedPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) QueryPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) SectionPart.execute
(IQueryContext context, ResultRenderer renderer, IProgressListener listener) -
Uses of IQueryContext in org.eclipse.mat.ui.editor
Methods in org.eclipse.mat.ui.editor that return IQueryContextModifier and TypeMethodDescriptionAbstractEditorPane.getQueryContext()
MultiPaneEditor.getQueryContext()
-
Uses of IQueryContext in org.eclipse.mat.ui.internal.acquire
Classes in org.eclipse.mat.ui.internal.acquire that implement IQueryContext -
Uses of IQueryContext in org.eclipse.mat.ui.internal.browser
Methods in org.eclipse.mat.ui.internal.browser with parameters of type IQueryContextModifier and TypeMethodDescriptionstatic boolean
QueryBrowserProvider.unsuitableSubjects
(QueryDescriptor query, IQueryContext queryContext) Constructors in org.eclipse.mat.ui.internal.browser with parameters of type IQueryContextModifierConstructorDescriptionQueryContextHelp
(Shell parent, IAnnotatedObjectDescriptor query, IQueryContext queryContext, Rectangle bounds) QueryHistoryProvider
(IQueryContext context, IPolicy policy) QueryRegistryProvider
(IQueryContext context, CategoryDescriptor c, IPolicy policy) -
Uses of IQueryContext in org.eclipse.mat.ui.internal.query.arguments
Methods in org.eclipse.mat.ui.internal.query.arguments with parameters of type IQueryContextModifier and TypeMethodDescriptionstatic ArgumentEditor
TableEditorFactory.createTableEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) Constructors in org.eclipse.mat.ui.internal.query.arguments with parameters of type IQueryContextModifierConstructorDescriptionArgumentEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) ArgumentsTable
(Composite parent, int style, IQueryContext context, ArgumentSet argumentSet, LinkEditor.Mode mode) ArgumentsWizard
(IQueryContext context, ArgumentSet argumentSet) ArgumentsWizardPage
(IQueryContext context, ArgumentSet argumentSet) BooleanComboEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) CheckBoxEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, CheckBoxEditor.Type type) EnumComboEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) FileOpenDialogEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) ImageTextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator) LinkEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, LinkEditor.Mode mode) SnapshotSelectionEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) TextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) TextEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator) -
Uses of IQueryContext in org.eclipse.mat.ui.internal.viewer
Constructors in org.eclipse.mat.ui.internal.viewer with parameters of type IQueryContextModifierConstructorDescriptionRefinedTableViewer
(IQueryContext context, QueryResult result, RefinedTable table) RefinedTreeViewer
(IQueryContext context, QueryResult result, RefinedTree tree)