public class BodyOverrideConfigLabelAccumulator extends Object implements IConfigLabelAccumulator
Constructor and Description |
---|
BodyOverrideConfigLabelAccumulator() |
Modifier and Type | Method and Description |
---|---|
void |
accumulateConfigLabels(LabelStack configLabels,
int columnPosition,
int rowPosition)
Add labels applicable to this cell position
|
void |
addOverride(String configLabel) |
void |
registerOverrides(String... configLabels) |
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 gatheredpublic void registerOverrides(String... configLabels)
public void addOverride(String configLabel)
Copyright © 2013. All Rights Reserved.