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

View differences:

IEditableSource.java
186 186
	public ITableDefinition getTableDefinition() throws DriverLoadException, com.hardcode.gdbms.engine.data.driver.DriverException;
187 187

  
188 188
	public void validateRow(IRow row) throws EditionException;
189
	
190
	/**
191
	 *  Use it to add, remove or rename fields. If null, you cannot modifiy the table structure
192
	 *  (for example, with dxf files, dgn files, etc).
193
	 *  The changes will be applied when stopEditing() is called.
194
	 */
195
	public IFieldManager getFieldManager();
196
	
197
	public void saveEdits(IWriter writer, int sourceType) throws EditionException;
189 198

  
190 199

  
191 200
}

Also available in: Unified diff