net.simplace.filler.FWFilebasedFormComponentFiller

Generates form options of the files in the given paths formFiller.jumper: Base directory for the search formFiller.subdirs: If sub-directories are to be used (default TRUE) [TRUE|FALES] formFiller.regexp: Regular expression the filename is checked with


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


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