net.simplace.pipe.filler.FWSystemFormComponentFiller

This Component Filler generates form options from the systems, that are active at the moment.


public class FWSystemFormComponentFiller extends FWAbstractFormComponentFiller {
// Public Constructors
public FWSystemFormComponentFiller();


// Protected Instance Methods
protected Vector generateFormOptions(String aKey);
// Defines FWAbstractFormComponentFiller



returns a vector of form options
protected JFreeChart generateChart(String aKey, ChartStyle aChartStyle);
// Defines FWAbstractFormComponentFiller


protected Object generateObject(String aKey);
// Defines FWAbstractFormComponentFiller


protected List generateFieldList(String aKey);
// Defines FWAbstractFormComponentFiller




}



Hierarchy: java.lang.Object - FWAbstractFormComponentFiller - FWSystemFormComponentFiller