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

View differences:

IEditableSource.java
198 198
    public void undoRemoveRow(int index)throws IOException, DriverIOException;
199 199
    public void undoAddRow(int index)throws DriverIOException, IOException;
200 200
    public SelectableDataSource getRecordset() throws DriverLoadException;
201
    public boolean isEditing();
201 202
}

Also available in: Unified diff