Uses of Interface
org.eclipse.nebula.widgets.nattable.layer.cell.IConfigLabelAccumulator
Packages that use IConfigLabelAccumulator
Package
Description
-
Uses of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.examples.examples._102_Configuration
Classes in org.eclipse.nebula.widgets.nattable.examples.examples._102_Configuration that implement IConfigLabelAccumulatorModifier and TypeClassDescriptionclass -
Uses of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy
Classes in org.eclipse.nebula.widgets.nattable.extension.glazedlists.groupBy that implement IConfigLabelAccumulatorModifier and TypeClassDescriptionclassThis is a special kind ofIConfigLabelAccumulatorsince it doesn't add a label but remove one on a special condition. -
Uses of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.grid.cell
Classes in org.eclipse.nebula.widgets.nattable.grid.cell that implement IConfigLabelAccumulatorModifier and TypeClassDescriptionclassApplies 'odd'/'even' labels to all the rows. -
Uses of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.hierarchical
Classes in org.eclipse.nebula.widgets.nattable.hierarchical that implement IConfigLabelAccumulatorModifier and TypeClassDescriptionclassSpecialization of theAlternatingRowConfigLabelAccumulatorthat calculates the even/odd row labels in a hierarchical tree by inspecting the row spanning of the first level node. -
Uses of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.layer
Methods in org.eclipse.nebula.widgets.nattable.layer that return IConfigLabelAccumulatorModifier and TypeMethodDescriptionAbstractLayer.getConfigLabelAccumulator()CompositeLayer.getConfigLabelAccumulatorByRegionName(String regionName) Methods in org.eclipse.nebula.widgets.nattable.layer with parameters of type IConfigLabelAccumulatorModifier and TypeMethodDescriptionvoidCompositeLayer.addConfigLabelAccumulatorForRegion(String regionName, IConfigLabelAccumulator configLabelAccumulator) Adds the configLabelAccumulator to the existing label accumulators.voidAbstractLayer.setConfigLabelAccumulator(IConfigLabelAccumulator cellLabelAccumulator) voidCompositeLayer.setConfigLabelAccumulatorForRegion(String regionName, IConfigLabelAccumulator configLabelAccumulator) Sets the IConfigLabelAccumulator for the given named region. -
Uses of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.layer.cell
Subinterfaces of IConfigLabelAccumulator in org.eclipse.nebula.widgets.nattable.layer.cellModifier and TypeInterfaceDescriptioninterfaceSpecialization ofIConfigLabelAccumulatorthat provides information about the labels that are added.Classes in org.eclipse.nebula.widgets.nattable.layer.cell that implement IConfigLabelAccumulatorModifier and TypeClassDescriptionclassclassAnIConfigLabelAccumulatorthat can aggregate labels from otherIConfigLabelAccumulators.classApplies the given labels to all the cells in the grid.classclassAdds the Java class name of the cell's data value as a label.classAccumulator for column labels allowing to configure cells by their column position.classRegisters/Adds configuration labels for a given column (by index).classclassMethods in org.eclipse.nebula.widgets.nattable.layer.cell with parameters of type IConfigLabelAccumulatorModifier and TypeMethodDescriptionvoidAggregateConfigLabelAccumulator.add(IConfigLabelAccumulator r) voidAggregateConfigLabelAccumulator.add(IConfigLabelAccumulator... r)