Package | Description |
---|---|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
Modifier and Type | Method and Description |
---|---|
ResultMetaData.Builder |
ResultMetaData.Builder.addContext(ContextProvider provider)
Add a named
ContextProvider to display additional context
menus. |
ResultMetaData.Builder |
ResultMetaData.Builder.addDerivedData(ContextDerivedData.DerivedOperation action)
Extra data for the result
|
ResultMetaData.Builder |
ResultMetaData.Builder.addDetailResult(DetailResultProvider provider)
Add a
DetailResultProvider which can provide enhanced information about a result. |
ResultMetaData.Builder |
ResultMetaData.Builder.setIsPreSortedBy(int columnIndex,
Column.SortDirection direction)
Indicates that the table or tree is already sorted by the query and
(a) prevents sorting by the UI and (b) sets the sort indicators to
the right columns.
|