net.simplace.client.sim.filler.FWFormComponentFillerHSSFwb

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


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


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



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


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


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




}



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