Revision 1223 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/DEMO/ComandosListener.java

View differences:

ComandosListener.java
75 75
import com.hardcode.gdbms.engine.data.DBDriver;
76 76
import com.iver.cit.gvsig.fmap.DriverException;
77 77
import com.iver.cit.gvsig.fmap.FMap;
78
import com.iver.cit.gvsig.fmap.NewMapControl;
78
import com.iver.cit.gvsig.fmap.MapControl;
79 79
import com.iver.cit.gvsig.fmap.ViewPort;
80 80
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
81 81
import com.iver.cit.gvsig.fmap.drivers.RasterDriver;
......
110 110
 * Window>Preferences>Java>Code Generation>Code and Comments
111 111
 */
112 112
public class ComandosListener implements ActionListener {
113
	private NewMapControl m_MapControl;
113
	private MapControl m_MapControl;
114 114
    private FMap m_Mapa;
115 115
    private SingleView theView;
116 116
    
......
118 118
    
119 119
    PruebasGT2 pruebasGT2 = null; //new PruebasGT2();
120 120

  
121
    public ComandosListener(NewMapControl mapa, SingleView Owner) {
121
    public ComandosListener(MapControl mapa, SingleView Owner) {
122 122
        m_Mapa = mapa.getMapContext();
123 123
        theView = Owner;
124 124
        m_MapControl = mapa;

Also available in: Unified diff