public class ColumnLabelAccumulator extends Object implements IConfigLabelAccumulator
COLUMN_LABEL_PREFIX
+ column position.Modifier and Type | Field and Description |
---|---|
static String |
COLUMN_LABEL_PREFIX
The common prefix of column labels (value is "COLUMN_").
|
Constructor and Description |
---|
ColumnLabelAccumulator() |
Modifier and Type | Method and Description |
---|---|
void |
accumulateConfigLabels(LabelStack configLabels,
int columnPosition,
int rowPosition)
Add labels applicable to this cell position
|
public static final String COLUMN_LABEL_PREFIX
public void accumulateConfigLabels(LabelStack configLabels, int columnPosition, int rowPosition)
IConfigLabelAccumulator
accumulateConfigLabels
in interface IConfigLabelAccumulator
configLabels
- the labels currently applied to the cell. The labels contributed by this
provider must be added to this stackcolumnPosition
- of the cell for which labels are being gatheredrowPosition
- of the cell for which labels are being gatheredCopyright © 2013. All Rights Reserved.