Revision 226 org.gvsig.educa.thematicmap/trunk/org.gvsig.educa.thematicmap/org.gvsig.educa.thematicmap.lib/org.gvsig.educa.thematicmap.lib.prov.qresp/src/main/java/org/gvsig/educa/thematicmap/lib/prov/qresp/QRespThematicMapProvider.java

View differences:

QRespThematicMapProvider.java
1 1
/* gvSIG. Desktop Geographic Information System.
2 2
 *
3
 * Copyright ? 2007-2012 gvSIG Association
3
 * Copyright  2007-2012 gvSIG Association
4 4
 *
5 5
 * This program is free software; you can redistribute it and/or
6 6
 * modify it under the terms of the GNU General Public License
......
22 22
 */
23 23
package org.gvsig.educa.thematicmap.lib.prov.qresp;
24 24

  
25
import javax.swing.JPanel;
26

  
25 27
import org.gvsig.educa.thematicmap.spi.ThematicMapProvider;
26 28
import org.gvsig.tools.dynobject.DynObject;
27 29
import org.gvsig.tools.service.spi.AbstractProvider;
......
50 52
        super(providerServices);
51 53
        this.parameters = parameters;
52 54
    }
55
    
56
    public JPanel getPropertiesPanel() {
57
    	//TODO: añadir a thematicmapprovider (done)
58
    	return null;
59
    }
53 60

  
54 61
}

Also available in: Unified diff