net.simplace.filler.FWScenarioFormComponentFiller

This Component Filler generates form options of the scenarios of the system that we are in if parameter "other_SYSTEM_ID" is given scenarios can be taken from another system. formFiller.filterexpression gives the regexp that the results have to be checked with


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


// 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 - FWScenarioFormComponentFiller