Revision 37780 branches/v2_0_0_prep/libraries/org.gvsig.exportto/org.gvsig.exportto.swing/org.gvsig.exportto.swing.spi/src/main/java/org/gvsig/exportto/swing/spi/ExporttoSwingProviderFactory.java

View differences:

ExporttoSwingProviderFactory.java
25 25
import org.gvsig.tools.service.ServiceException;
26 26
import org.gvsig.tools.service.spi.ProviderFactory;
27 27

  
28

  
29 28
/**
30 29
 * @author gvSIG Team
31 30
 * @version $Id$
32
 *
31
 * 
33 32
 */
34 33
public interface ExporttoSwingProviderFactory extends ProviderFactory {
35
   
34

  
36 35
    /**
37 36
     * Return if a provider supports a data type.
37
     * 
38 38
     * @param providerType
39
     *      the provider type. One of the constants defined in the
40
     *      {@link ExporttoSwingManager}.
39
     *            the provider type. One of the constants defined in the
40
     *            {@link ExporttoSwingManager}.
41 41
     * @return
42
     *      if the provider supports a dataType.
43
     * @throws ServiceException 
42
     *         if the provider supports a dataType.
43
     * @throws ServiceException
44 44
     */
45 45
    public boolean support(int providerType) throws ServiceException;
46
    
46

  
47 47
    /**
48 48
     * @return a description for the provider factory
49 49
     */

Also available in: Unified diff