Uses of Interface
org.eclipse.mat.query.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
-
Uses of IQueryContext in org.eclipse.mat.internal.snapshot
-
Uses of IQueryContext in org.eclipse.mat.internal.snapshot.inspections
-
Uses of IQueryContext in org.eclipse.mat.query.annotations.descriptors
Modifier 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
ModifierConstructorDescriptionRefinedResultBuilder
(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
Modifier 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
Modifier and TypeMethodDescriptionIOutputter.Context.getQueryContext()
The query context for the result.TestSuite.getQueryContext()
-
Uses of IQueryContext in org.eclipse.mat.report.internal
Modifier 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
Modifier and TypeMethodDescriptionAbstractEditorPane.getQueryContext()
MultiPaneEditor.getQueryContext()
-
Uses of IQueryContext in org.eclipse.mat.ui.internal.acquire
-
Uses of IQueryContext in org.eclipse.mat.ui.internal.browser
Modifier and TypeMethodDescriptionstatic boolean
QueryBrowserProvider.unsuitableSubjects
(QueryDescriptor query, IQueryContext queryContext) ModifierConstructorDescriptionQueryContextHelp
(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
Modifier and TypeMethodDescriptionstatic ArgumentEditor
TableEditorFactory.createTableEditor
(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item) ModifierConstructorDescriptionArgumentEditor
(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
ModifierConstructorDescriptionRefinedTableViewer
(IQueryContext context, QueryResult result, RefinedTable table) RefinedTreeViewer
(IQueryContext context, QueryResult result, RefinedTree tree)