Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.downloader / org.gvsig.downloader.swing / org.gvsig.downloader.swing.api / src / main / java / org / gvsig / downloader / swing / DownloaderConfigPanel.java @ 47821

History | View | Annotate | Download (366 Bytes)

1
/*
2
 * To change this license header, choose License Headers in Project Properties.
3
 * To change this template file, choose Tools | Templates
4
 * and open the template in the editor.
5
 */
6
package org.gvsig.downloader.swing;
7

    
8
import org.gvsig.tools.swing.api.Component;
9

    
10
/**
11
 *
12
 * @author jjdelcerro
13
 */
14
public interface DownloaderConfigPanel extends Component {
15
    
16
}