net.simplace.filler.FWSimCacheListFormComponentFiller

FormComponent filler creates - form options from FWSimCache - projects (no additional input) - simulations (formFiller.projectid has to be passed) - caches (formFiller.projectid and formFiller.simulationid has to be passed) - variables (formFiller.projectid and formFiller.simulationid and formFiller.cacheid has to be passed) - chart from SimCache - it has to be passed: formFiller.projectid and formFiller.simulationid and formFiller.cacheid has to be passed)


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


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


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 - FWSimCacheListFormComponentFiller