Interface DataStoreParametersPanelFactory

All Known Implementing Classes:
AbstractDataStoreParametersPanelFactory

public interface DataStoreParametersPanelFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canBeApplied(org.gvsig.tools.dynobject.DynObject parameters)
    Return true if this factory can apply to the parameters.
    create(org.gvsig.tools.dynobject.DynObject parameters)
    Create the properties panel associated to the parameters.
    int
    The priority of this factory.
  • Field Details

  • Method Details

    • create

      DataStoreParametersPanel create(org.gvsig.tools.dynobject.DynObject parameters)
      Create the properties panel associated to the parameters.
      Parameters:
      parameters -
      Returns:
      the properties panel.
    • canBeApplied

      boolean canBeApplied(org.gvsig.tools.dynobject.DynObject parameters)
      Return true if this factory can apply to the parameters.
      Parameters:
      parameters -
      Returns:
      true if this factory can apply to the parameters
    • getPriority

      int getPriority()
      The priority of this factory. Cuando hay mas de una factoria aplicable a unos parametros es cogida la de prioridad mas alta.
      Returns:
      the priority of this factory