Class DefaultJFeatureForm

java.lang.Object
org.gvsig.featureform.swing.impl.DefaultJFeatureForm
All Implemented Interfaces:
org.gvsig.featureform.swing.JFeatureForm, org.gvsig.tools.swing.api.Component

public class DefaultJFeatureForm extends Object implements org.gvsig.featureform.swing.JFeatureForm
  • Constructor Details

    • DefaultJFeatureForm

      public DefaultJFeatureForm()
  • Method Details

    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component
    • getFeatureStore

      public org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
      Specified by:
      getFeatureStore in interface org.gvsig.featureform.swing.JFeatureForm
    • setStore

      public void setStore(org.gvsig.fmap.dal.feature.FeatureStore store)
      Specified by:
      setStore in interface org.gvsig.featureform.swing.JFeatureForm
    • setFeatureType

      public void setFeatureType(org.gvsig.fmap.dal.feature.FeatureType featureType)
    • setDefinition

      public void setDefinition(org.gvsig.tools.dynform.DynFormDefinition definition)
      Specified by:
      setDefinition in interface org.gvsig.featureform.swing.JFeatureForm
    • setFeature

      public void setFeature(org.gvsig.fmap.dal.feature.Feature feature)
      Specified by:
      setFeature in interface org.gvsig.featureform.swing.JFeatureForm
    • getFeature

      public org.gvsig.fmap.dal.feature.Feature getFeature()
      Specified by:
      getFeature in interface org.gvsig.featureform.swing.JFeatureForm
    • getDynForm

      public org.gvsig.tools.dynform.JDynForm getDynForm()
      Specified by:
      getDynForm in interface org.gvsig.featureform.swing.JFeatureForm
    • fetch

      public void fetch(org.gvsig.fmap.dal.feature.EditableFeature feature)
      Specified by:
      fetch in interface org.gvsig.featureform.swing.JFeatureForm