Package | Description |
---|---|
org.eclipse.mat.query.registry |
Package for getting a list of queries and examining their capabilities and setting them up.
|
org.eclipse.mat.ui |
User interface plug-in definitions and query execution for UI components (not API).
|
org.eclipse.mat.ui.internal.browser |
Examine list of queries and query history - user interface (not API).
|
org.eclipse.mat.ui.internal.query.arguments |
Allows a user to specify arguments for a query - user interface (not API).
|
org.eclipse.mat.ui.util |
Utility classes for toolbars, popup menu, searching on typing - user interface (not API).
|
Modifier and Type | Method and Description |
---|---|
ArgumentSet |
QueryDescriptor.createNewArgumentSet(IQueryContext context)
Create ArgumentSet.
|
static ArgumentSet |
CommandLine.parse(IQueryContext context,
String line) |
Modifier and Type | Method and Description |
---|---|
static void |
CommandLine.fillIn(ArgumentSet arguments,
String line) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryExecution.execute(MultiPaneEditor editor,
PaneState originator,
PaneState stateToReopen,
ArgumentSet set,
boolean promptUser,
boolean isReproducable) |
Modifier and Type | Method and Description |
---|---|
void |
Policy.fillInObjectArguments(ISnapshot snapshot,
QueryDescriptor query,
ArgumentSet set) |
Constructor and Description |
---|
ArgumentsTable(org.eclipse.swt.widgets.Composite parent,
int style,
IQueryContext context,
ArgumentSet argumentSet,
LinkEditor.Mode mode) |
ArgumentsWizard(IQueryContext context,
ArgumentSet argumentSet) |
ArgumentsWizardPage(IQueryContext context,
ArgumentSet argumentSet) |
Modifier and Type | Method and Description |
---|---|
void |
IPolicy.fillInObjectArguments(ISnapshot snapshot,
QueryDescriptor query,
ArgumentSet set) |