Interface DataStoreParametersPanelFactory
- All Known Implementing Classes:
AbstractDataStoreParametersPanelFactory
public interface DataStoreParametersPanelFactory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbooleancanBeApplied(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.intThe priority of this factory.
-
Field Details
-
LOWEST_PRIORITY
static final int LOWEST_PRIORITY- See Also:
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY- See Also:
-
-
Method Details
-
create
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
-