Interface SearchConditionPanel.SearchConditionPanelFactory

All Superinterfaces:
org.gvsig.tools.util.Factory
Enclosing interface:
SearchConditionPanel

public static interface SearchConditionPanel.SearchConditionPanelFactory extends org.gvsig.tools.util.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(Object... os)
     
    boolean
    isApplicable(org.gvsig.fmap.dal.feature.FeatureStore store)
     

    Methods inherited from interface org.gvsig.tools.util.Factory

    getName
  • Method Details

    • isApplicable

      boolean isApplicable(org.gvsig.fmap.dal.feature.FeatureStore store)
    • create

      Specified by:
      create in interface org.gvsig.tools.util.Factory