Interface DataStoreParametersPanel

All Superinterfaces:
org.gvsig.tools.swing.api.Component
All Known Implementing Classes:
AbstractDataStoreParametersPanel

public interface DataStoreParametersPanel extends org.gvsig.tools.swing.api.Component
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fetchParameters(org.gvsig.tools.dynobject.DynObject parameters)
    Gets the values of from the panel and set in the passed parameters.
    boolean
     
    org.gvsig.tools.dynform.JDynForm
    Return the JDynForm of this panel.
    void
    putParameters(org.gvsig.tools.dynobject.DynObject parameters)
    Sets the value of parameters in the panel.
    void
    setExcludeGeometryOptions(boolean exclude)
     

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent
  • Method Details

    • putParameters

      void putParameters(org.gvsig.tools.dynobject.DynObject parameters)
      Sets the value of parameters in the panel.
      Parameters:
      parameters - to get the values and set in the panel
    • fetchParameters

      void fetchParameters(org.gvsig.tools.dynobject.DynObject parameters)
      Gets the values of from the panel and set in the passed parameters.
      Parameters:
      parameters - to put in the panel values
    • setExcludeGeometryOptions

      void setExcludeGeometryOptions(boolean exclude)
    • getExcludeGeometryOptions

      boolean getExcludeGeometryOptions()
    • getForm

      org.gvsig.tools.dynform.JDynForm getForm()
      Return the JDynForm of this panel. Can return null if this panel don't have a JDynForm.
      Returns: