Class FeatureTableJDynFormSetFactory

java.lang.Object
org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSetFactory
org.gvsig.featureform.swing.impl.dynformset.FeatureTableJDynFormSetFactory
All Implemented Interfaces:
org.gvsig.tools.dynform.spi.dynformset.JDynFormSetFactory

public class FeatureTableJDynFormSetFactory extends org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSetFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.tools.dynform.JDynFormSet
    create(org.gvsig.tools.dynform.spi.DynFormSPIManager manager, org.gvsig.tools.dynform.JDynForm.DynFormContext context, org.gvsig.tools.dynform.DynFormDefinition definition, org.gvsig.tools.dynobject.Tags contextTags)
     
    boolean
    isApplicableTo(org.gvsig.tools.dynform.JDynForm.DynFormContext context, org.gvsig.tools.dynform.DynFormDefinition definition, org.gvsig.tools.dynobject.Tags contextTags)
     

    Methods inherited from class org.gvsig.tools.dynform.spi.dynformset.AbstractJDynFormSetFactory

    getName, getTagValue, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • FeatureTableJDynFormSetFactory

      public FeatureTableJDynFormSetFactory()
  • Method Details

    • isApplicableTo

      public boolean isApplicableTo(org.gvsig.tools.dynform.JDynForm.DynFormContext context, org.gvsig.tools.dynform.DynFormDefinition definition, org.gvsig.tools.dynobject.Tags contextTags)
    • create

      public org.gvsig.tools.dynform.JDynFormSet create(org.gvsig.tools.dynform.spi.DynFormSPIManager manager, org.gvsig.tools.dynform.JDynForm.DynFormContext context, org.gvsig.tools.dynform.DynFormDefinition definition, org.gvsig.tools.dynobject.Tags contextTags)