Revision 39582 branches/v2_0_0_prep/extensions/extEditing/src/org/gvsig/editing/gui/cad/CADToolAdapter.java

View differences:

CADToolAdapter.java
49 49
import org.gvsig.app.project.documents.view.toolListeners.StatusBarListener;
50 50
import org.gvsig.editing.CADExtension;
51 51
import org.gvsig.editing.EditionManager;
52
import org.gvsig.editing.IEditionManager;
52 53
import org.gvsig.editing.gui.cad.tools.SelectionCADTool;
53 54
import org.gvsig.editing.layers.ILayerEdited;
54 55
import org.gvsig.editing.layers.VectorialLayerEdited;
......
157 158
     * Reference to the object used to manage the edition of the layers of the
158 159
     * associated <code>MapControl</code>.
159 160
     * 
160
     * @see EditionManager
161
     * @see IEditionManager
161 162
     * @see #getEditionManager()
162 163
     */
163
    private EditionManager editionManager = new EditionManager();
164
    private IEditionManager editionManager = new EditionManager();
164 165

  
165 166
    /**
166 167
     * Reference to the MapContext library manager, used to create symbols
......
1647 1648
     * Gets the object used to manage the edition of the layers of the
1648 1649
     * associated <code>MapControl</code>.
1649 1650
     * 
1650
     * @see EditionManager
1651
     * @see IEditionManager
1651 1652
     * 
1652 1653
     * @return object used to manage the edition of the layers
1653 1654
     */
1654
    public EditionManager getEditionManager() {
1655
    public IEditionManager getEditionManager() {
1655 1656
        return editionManager;
1656 1657
    }
1657 1658

  

Also available in: Unified diff