net.simplace.pipe.filler.FWArraysFormComponentFiller
This filler only supports charts. It takes some array objects from the parameter
map, creates a org.jfree.data.category.CategoryDataset and provides a chart.
A map is not supported.
public class FWArraysFormComponentFiller extends FWAbstractFormComponentFiller {
// Public Constructors
public FWArraysFormComponentFiller();
// Protected Instance Methods
}
Hierarchy: java.lang.Object - FWAbstractFormComponentFiller - FWArraysFormComponentFiller