Class AbstractDataStoreParametersPanel
java.lang.Object
org.gvsig.fmap.dal.swing.dataStoreParameters.AbstractDataStoreParametersPanel
- All Implemented Interfaces:
DataStoreParametersPanel,org.gvsig.tools.swing.api.Component
public abstract class AbstractDataStoreParametersPanel
extends Object
implements DataStoreParametersPanel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.gvsig.tools.dynform.JDynFormgetForm()Return the JDynForm of this panel.voidsetExcludeGeometryOptions(boolean excludeGeometryOptions) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.swing.api.Component
asJComponentMethods inherited from interface org.gvsig.fmap.dal.swing.dataStoreParameters.DataStoreParametersPanel
fetchParameters, putParameters
-
Constructor Details
-
AbstractDataStoreParametersPanel
public AbstractDataStoreParametersPanel()
-
-
Method Details
-
getExcludeGeometryOptions
public boolean getExcludeGeometryOptions()- Specified by:
getExcludeGeometryOptionsin interfaceDataStoreParametersPanel
-
setExcludeGeometryOptions
public void setExcludeGeometryOptions(boolean excludeGeometryOptions) - Specified by:
setExcludeGeometryOptionsin interfaceDataStoreParametersPanel
-
getForm
public org.gvsig.tools.dynform.JDynForm getForm()Description copied from interface:DataStoreParametersPanelReturn the JDynForm of this panel. Can return null if this panel don't have a JDynForm.- Specified by:
getFormin interfaceDataStoreParametersPanel- Returns:
-