Uses of Class
org.eclipse.mat.query.registry.ArgumentSet
Package
Description
Package for getting a list of queries and examining their capabilities and setting them up.
User interface plug-in definitions and query execution for UI components (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).
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
-
Uses of ArgumentSet in org.eclipse.mat.query.registry
Modifier and TypeMethodDescriptionQueryDescriptor.createNewArgumentSet
(IQueryContext context) Create ArgumentSet.static ArgumentSet
CommandLine.parse
(IQueryContext context, String line) Modifier and TypeMethodDescriptionstatic void
CommandLine.fillIn
(ArgumentSet arguments, String line) -
Uses of ArgumentSet in org.eclipse.mat.ui
Modifier and TypeMethodDescriptionstatic void
QueryExecution.execute
(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, ArgumentSet set, boolean forcePrompt, boolean isReproducable) -
Uses of ArgumentSet in org.eclipse.mat.ui.internal.browser
Modifier and TypeMethodDescriptionvoid
Policy.fillInObjectArguments
(ISnapshot snapshot, QueryDescriptor query, ArgumentSet set) -
Uses of ArgumentSet in org.eclipse.mat.ui.internal.query.arguments
ModifierConstructorDescriptionArgumentsTable
(Composite parent, int style, IQueryContext context, ArgumentSet argumentSet, LinkEditor.Mode mode) ArgumentsWizard
(IQueryContext context, ArgumentSet argumentSet) ArgumentsWizardPage
(IQueryContext context, ArgumentSet argumentSet) -
Uses of ArgumentSet in org.eclipse.mat.ui.util
Modifier and TypeMethodDescriptionvoid
IPolicy.fillInObjectArguments
(ISnapshot snapshot, QueryDescriptor query, ArgumentSet set)