net.simplace.ui.formengine.fuzzy.FWFuzzyFormComponent




public class FWFuzzyFormComponent extends
net.simplace.ui.formengine.FWAbstractFormComponent {
// Public Constructors
public FWFuzzyFormComponent(String aFormID, String aFieldID, boolean
aShowLabel, int aDetachable, Element aFormElement, FWObservable
aObservable);

// Protected Instance Variables
protected ChartPanel iChartPanel;
protected GeoObjectChooserPanel iGeoObjectChooserPanel;

// Public Instance Methods
public Object getValue(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


Returns JFreeChart.toString() of the displayed chart.
returns {@code null} if no chart is currently displayed
public void setValue(Object aValue); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


Does nothing because a chart can not be created from string.
public JFreeChart getChart();


returns the currently displayed chart.
public void setChart(JFreeChart aChart);

Sets the displayed chart.
public void setChart(Dataset aDataset, ChartStyle aStyle);

Creates and displays a chart.
public void update(Observable o, Object arg);

This method is called whenever the observed object is changed. It does nothing yet, because ChartFormComponent is not an input component.
public void processFormFiller(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent



// Protected Instance Methods
protected Rectangle getValueCell(int aType);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent




}



Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - net.simplace.ui.formengine.FWAbstractFormComponent (net.simplace.util.FWObserver) - FWFuzzyFormComponent