Package | Description |
---|---|
org.eclipse.mat.query.refined |
A way of controlling the detail given by the output of a query.
|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
RefinedTable
The result from refining a table.
|
class |
RefinedTree
The result from refining a tree.
|
Modifier and Type | Method and Description |
---|---|
RefinedStructuredResult |
RefinedResultBuilder.build()
Build the refined result (one time operation).
|
Modifier and Type | Method and Description |
---|---|
RefinedStructuredResult |
TableResultPane.getSrcStructured() |
Modifier and Type | Method and Description |
---|---|
RefinedStructuredResult |
RefinedResultViewer.getResult() |