Uses of Enum
org.eclipse.mat.query.Column.Alignment
Package
Description
Package for examining and controlling results of running queries.
-
Uses of Column.Alignment in org.eclipse.mat.query
Modifier and TypeMethodDescriptionColumn.getAlign()
static Column.Alignment
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 TypeMethodDescriptionColumn.aligning
(Column.Alignment align) Alignment of the column.ModifierConstructorDescriptionColumn
(String label, Class<?> type, Column.Alignment align, Column.SortDirection direction, Format formatter, Comparator<?> comparator) Build a column with the given label.