net.simplace.ui.formengine.geotools.FWMapChoiceFormComponent




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

// Protected Instance Variables
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 void update(FWObservable aObservable, Object aKeyOfParameterChanged);
// Defines net.simplace.ui.formengine.FWAbstractFormComponent


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


public void exportData(); // Defines
net.simplace.ui.formengine.FWAbstractFormComponent


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 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) - FWMapChoiceFormComponent