net.simplace.filler.FWFormComponentFillerHSSFwb

This Component Filler reads data from an XLS file via HSSF workbook.


public class FWFormComponentFillerHSSFwb extends
net.simplace.ui.formengine.filler.FWAbstractFormComponentFiller {
// Public Constructors
public FWFormComponentFillerHSSFwb();


// Protected Instance Methods
protected Vector generateFormOptions(String aKey);
// Defines
net.simplace.ui.formengine.filler.FWAbstractFormComponentFiller



returns a vector of form options
protected JFreeChart generateChart(String aKey, ChartStyle aChartStyle);
// Defines
net.simplace.ui.formengine.filler.FWAbstractFormComponentFiller


protected Object generateObject(String aKey);
// Defines
net.simplace.ui.formengine.filler.FWAbstractFormComponentFiller


protected List generateFieldList(String aKey);
// Defines
net.simplace.ui.formengine.filler.FWAbstractFormComponentFiller




}



Hierarchy: java.lang.Object - net.simplace.ui.formengine.filler.FWAbstractFormComponentFiller - FWFormComponentFillerHSSFwb