Revision 3649 branches/gvSIG_WMSv2/extensions/extWMS/src/com/iver/cit/gvsig/gui/wizards/LayerListModel.java

View differences:

LayerListModel.java
45 45

  
46 46
import javax.swing.AbstractListModel;
47 47

  
48
import com.iver.andami.ui.mdiFrame.JButton;
48 49
import com.iver.cit.gvsig.fmap.layers.WMSLayerNode;
49 50

  
50 51

  
51 52

  
52 53
/**
53
 * DOCUMENT ME!
54
 * NO SE USA
54 55
 *
55 56
 * @author Fernando Gonz?lez Cort?s
56 57
 */
......
86 87
	public void clear(){
87 88
		nodos.clear();
88 89
		fireContentsChanged(this, 0, 0);
90
        
91
        
89 92
	}
90 93

  
91 94
    /**

Also available in: Unified diff