Statistics
| Revision:

svn-gvsig-desktop / trunk / applications / appgvSIG / src / com / iver / cit / gvsig / gui / Dialogs / IInfoToolPanel.java @ 5837

History | View | Annotate | Download (242 Bytes)

1
package com.iver.cit.gvsig.gui.Dialogs;
2

    
3
/**
4
 * Interface that must implement the panels provided from a layer
5
 * to display its Feature Information
6
 * 
7
 * @author laura
8
 *
9
 */
10
public interface IInfoToolPanel{
11

    
12
        public void show(String s);
13
}