Uses of Class
org.eclipse.mat.query.ResultMetaData.Builder
Package
Description
Package for examining and controlling results of running queries.
-
Uses of ResultMetaData.Builder in org.eclipse.mat.query
Modifier and TypeMethodDescriptionResultMetaData.Builder.addContext
(ContextProvider provider) Add a namedContextProvider
to display additional context menus.ResultMetaData.Builder.addDerivedData
(ContextDerivedData.DerivedOperation action) Extra data for the resultResultMetaData.Builder.addDetailResult
(DetailResultProvider provider) Add aDetailResultProvider
which can provide enhanced information about a result.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.