Class AbstractDataStoreParametersPanelFactory
java.lang.Object
org.gvsig.fmap.dal.swing.dataStoreParameters.AbstractDataStoreParametersPanelFactory
- All Implemented Interfaces:
DataStoreParametersPanelFactory
public abstract class AbstractDataStoreParametersPanelFactory
extends Object
implements DataStoreParametersPanelFactory
-
Field Summary
Fields inherited from interface org.gvsig.fmap.dal.swing.dataStoreParameters.DataStoreParametersPanelFactory
DEFAULT_PRIORITY, LOWEST_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.fmap.dal.swing.dataStoreParameters.DataStoreParametersPanelFactory
canBeApplied, create
-
Constructor Details
-
AbstractDataStoreParametersPanelFactory
public AbstractDataStoreParametersPanelFactory()
-
-
Method Details
-
getPriority
public int getPriority()Description copied from interface:DataStoreParametersPanelFactoryThe priority of this factory. Cuando hay mas de una factoria aplicable a unos parametros es cogida la de prioridad mas alta.- Specified by:
getPriorityin interfaceDataStoreParametersPanelFactory- Returns:
- the priority of this factory
-