Package | Description |
---|---|
org.eclipse.mat.query |
Package for examining and controlling results of running queries.
|
Modifier and Type | Method and Description |
---|---|
Column.Alignment |
Column.getAlign() |
static Column.Alignment |
Column.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Column.Alignment[] |
Column.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Column |
Column.aligning(Column.Alignment align)
Alignment of the column.
|
Constructor and Description |
---|
Column(String label,
Class<?> type,
Column.Alignment align,
Column.SortDirection direction,
Format formatter,
Comparator<?> comparator) |