Interface FeatureStoreSearchPanel.SearchResultsPanelFactory

All Superinterfaces:
org.gvsig.tools.util.Factory<org.gvsig.tools.swing.api.Component>
Enclosing interface:
FeatureStoreSearchPanel

public static interface FeatureStoreSearchPanel.SearchResultsPanelFactory extends org.gvsig.tools.util.Factory<org.gvsig.tools.swing.api.Component>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.tools.swing.api.Component
    create(Object... os)
     
     

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

    getName
  • Method Details

    • create

      org.gvsig.tools.swing.api.Component create(Object... os)
      Specified by:
      create in interface org.gvsig.tools.util.Factory<org.gvsig.tools.swing.api.Component>
    • getTitle

      String getTitle()