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.panes |
Displays the results of queries as text or a table - user interface (not API).
|
org.eclipse.mat.ui.internal.viewer |
Allows filtering of the display of tables and trees, for example excluding certain class names - 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 |
---|---|
QueryResult |
Queries.execute(IProgressListener listener) |
QueryResult |
ArgumentSet.execute(IProgressListener listener) |
QueryResult |
QueryResult.getParent() |
Constructor and Description |
---|
QueryResult(QueryResult parent,
QueryDescriptor query,
String command,
IResult subject) |
Modifier and Type | Method and Description |
---|---|
static void |
QueryExecution.displayResult(MultiPaneEditor editor,
PaneState originator,
PaneState stateToReopen,
QueryResult result,
boolean isReproducable) |
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryResultPane.getSrcQueryResult() |
Modifier and Type | Method and Description |
---|---|
QueryResult |
RefinedResultViewer.getQueryResult() |
Constructor and Description |
---|
RefinedTableViewer(IQueryContext context,
QueryResult result,
RefinedTable table) |
RefinedTreeViewer(IQueryContext context,
QueryResult result,
RefinedTree tree) |
Constructor and Description |
---|
QueryContextMenu(AbstractEditorPane pane,
QueryResult result) |
QueryContextMenu(MultiPaneEditor editor,
QueryResult result) |