|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.query.ResultMetaData
public final class ResultMetaData
Holds meta-data of the query result needed to fine-tune the display of the result.
Nested Class Summary | |
---|---|
static class |
ResultMetaData.Builder
ResultMetaData factory |
Method Summary | |
---|---|
java.util.List<ContextProvider> |
getContextProviders()
Returns the named context providers. |
java.util.Collection<ContextDerivedData.DerivedOperation> |
getDerivedOperations()
|
java.util.List<DetailResultProvider> |
getDetailResultProviders()
|
int |
getPreSortedColumnIndex()
The index of the column by which the result is pre-sorted (if it is actually pre-sorted) |
Column.SortDirection |
getPreSortedDirection()
The direction by which the result is pre-sorted (if it is actually pre-sorted) |
boolean |
isPreSorted()
True if the result is already sorted. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.List<ContextProvider> getContextProviders()
public java.util.List<DetailResultProvider> getDetailResultProviders()
public boolean isPreSorted()
public int getPreSortedColumnIndex()
public Column.SortDirection getPreSortedDirection()
public java.util.Collection<ContextDerivedData.DerivedOperation> getDerivedOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |