net.simplace.client.sim.filler.FWSimVariablesFormComponentFiller

FormComponent filler creates - form options of - 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)


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


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


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