Revision 3836 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/edition/IEditableSource.java

View differences:

IEditableSource.java
4 4
import java.awt.geom.Rectangle2D;
5 5
import java.io.IOException;
6 6

  
7
import com.iver.cit.gvsig.fmap.DriverException;
8 7
import com.iver.cit.gvsig.fmap.core.IRow;
9 8
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
10 9

  
......
199 198
     * @throws DriverIOException DOCUMENT ME!
200 199
     */
201 200
    void endComplexRow() throws IOException, DriverIOException;
202

  
201
    public void undoModifyRow(int geometryIndex,int previousExpansionFileIndex) throws IOException, DriverIOException;
202
    public void doRemoveFeature(int index)throws DriverIOException, IOException;
203
    public int doModifyFeature(int index, IRow feat)throws IOException, DriverIOException;
204
    public int doAddFeature(IRow feat) throws DriverIOException, IOException;
205
    public void undoRemoveRow(int index)throws IOException, DriverIOException;
206
    public void undoAddRow(int index)throws DriverIOException, IOException;
203 207
}

Also available in: Unified diff