net.simplace.ui.formengine.fuzzy.FWFuzzyResultFormComponentPanel




public class FWFuzzyResultFormComponentPanel extends
net.simplace.ui.formengine.result.FWAbstractResultFormComponentPanel {
// Public Constructors
public FWFuzzyResultFormComponentPanel();

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

// Public Instance Methods
public Object getValue();

Returns JFreeChart.toString() of the displayed chart.
returns {@code null} if no chart is currently displayed
public void setValue(Object aValue);

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 exportData(); // Defines
net.simplace.ui.formengine.result.FWAbstractResultFormComponentPanel


Opens an file chooser dialog for each displayed layer (beginning with the top layer) to export the feature collection or raster to file.

// Protected Instance Methods
protected void initFromFiller();
// Defines
net.simplace.ui.formengine.result.FWAbstractResultFormComponentPanel


Fills the map by the parameters given by the form filler.
protected void initFromParameters();
// Defines
net.simplace.ui.formengine.result.FWAbstractResultFormComponentPanel


Fills the map by the parameters given by the form component.


}



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.result.FWAbstractResultFormComponentPanel - FWFuzzyResultFormComponentPanel