net.simplace.filler.FWClasspathFormComponentFiller

Form Component Filler creates - form options from application Class path. Following filtering possibilities are available - formFiller.regexp for a regular expression the class names are checked with - formFiller.package for a package name the classes are searched in


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


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