|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column.Alignment | |
---|---|
org.eclipse.mat.query | Package for examining and controlling results of running queries. |
Uses of Column.Alignment in org.eclipse.mat.query |
---|
Methods in org.eclipse.mat.query that return Column.Alignment | |
---|---|
Column.Alignment |
Column.getAlign()
|
static Column.Alignment |
Column.Alignment.valueOf(java.lang.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. |
Methods in org.eclipse.mat.query with parameters of type Column.Alignment | |
---|---|
Column |
Column.aligning(Column.Alignment align)
Alignment of the column. |
Constructors in org.eclipse.mat.query with parameters of type Column.Alignment | |
---|---|
Column(java.lang.String label,
java.lang.Class<?> type,
Column.Alignment align,
Column.SortDirection direction,
java.text.Format formatter,
java.util.Comparator<?> comparator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |