org.eclipse.nebula.widgets.nattable.layer.cell
Class AggregateConfigLabelAccumulator
java.lang.Object
org.eclipse.nebula.widgets.nattable.layer.cell.AggregateConfigLabelAccumulator
- All Implemented Interfaces:
- IConfigLabelAccumulator
public class AggregateConfigLabelAccumulator
- extends Object
- implements IConfigLabelAccumulator
An IConfigLabelAccumulator
that can aggregate labels from other
IConfigLabelAccumulator
s. All the labels provided by the
aggregated accumulators are applied to the cell.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateConfigLabelAccumulator
public AggregateConfigLabelAccumulator()
add
public void add(IConfigLabelAccumulator r)
add
public void add(IConfigLabelAccumulator... r)
accumulateConfigLabels
public void accumulateConfigLabels(LabelStack configLabels,
int columnPosition,
int rowPosition)
- Description copied from interface:
IConfigLabelAccumulator
- Add labels applicable to this cell position
- Specified by:
accumulateConfigLabels
in interface IConfigLabelAccumulator
- Parameters:
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 gathered
Copyright © 2015. All rights reserved.