Statistics
| Revision:

gvsig-educa / org.gvsig.educa.thematicmap / trunk / org.gvsig.educa.thematicmap / org.gvsig.educa.thematicmap.lib / org.gvsig.educa.thematicmap.lib.spi / src / main / java / org / gvsig / educa / thematicmap / spi / ThematicMapProvider.java @ 226

History | View | Annotate | Download (214 Bytes)

1
package org.gvsig.educa.thematicmap.spi;
2

    
3
import javax.swing.JPanel;
4

    
5
import org.gvsig.tools.service.spi.Provider;
6

    
7
public interface ThematicMapProvider extends Provider {
8
        
9
        public JPanel getPropertiesPanel();
10

    
11
}