public class DataStoreDynObjectParametersPanel extends AbstractDataStoreParametersPanel
| Constructor and Description |
|---|
DataStoreDynObjectParametersPanel(DynObject paramters) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JComponent |
asJComponent()
Returns this component as a swing
JComponent. |
void |
fetchParameters(DynObject parameters)
Gets the values of from the panel and set in the passed parameters.
|
JDynForm |
getForm()
Return the JDynForm of this panel.
|
void |
putParameters(DynObject parameters)
Sets the value of parameters in the panel.
|
getExcludeGeometryOptions, setExcludeGeometryOptionspublic DataStoreDynObjectParametersPanel(DynObject paramters)
public void putParameters(DynObject parameters)
DataStoreParametersPanelparameters - to get the values and set in the panelpublic void fetchParameters(DynObject parameters)
DataStoreParametersPanelparameters - to put in the panel valuespublic javax.swing.JComponent asJComponent()
ComponentJComponent.JComponentpublic JDynForm getForm()
DataStoreParametersPanelgetForm in interface DataStoreParametersPanelgetForm in class AbstractDataStoreParametersPanel