Package org.openswing.swing.pivottable.aggregators.java

Class Summary
GenericAggregator Title: OpenSwing Framework Description: Generic aggregator for row/column fields of a pivot table: it manages each field value as distinct.
HalfYearAggregator Title: OpenSwing Framework Description: Generic aggregator for row/column fields of a pivot table: it decodes a java.util.Date or java.sql.Date or java.sql.Timestamp to a Double value, related to the specified half year (1 or 2) in input value.
LetterAggregator Title: OpenSwing Framework Description: Generic aggregator for row/column fields of a pivot table: it decodes a String value to a String value, by grouping input values based on their prefix.
QuarterAggregator Title: OpenSwing Framework Description: Generic aggregator for row/column fields of a pivot table: it decodes a java.util.Date or java.sql.Date or java.sql.Timestamp to a Double value, related to the specified quarter of year (1 or 2 or 3 or 4) in input value.
YearAggregator Title: OpenSwing Framework Description: Generic aggregator for row/column fields of a pivot table: it decodes a java.util.Date or java.sql.Date or java.sql.Timestamp to a Double value, related to the specified year in input value.