Revision 69 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.swing/org.gvsig.vectorediting.swing.api/src/main/java/org/gvsig/vectorediting/swing/api/EditingSwingManager.java

View differences:

EditingSwingManager.java
6 6
 */
7 7
package org.gvsig.vectorediting.swing.api;
8 8

  
9
import org.gvsig.fmap.dal.exception.DataException;
10 9
import org.gvsig.fmap.mapcontext.layers.vectorial.FLyrVect;
11 10
import org.gvsig.fmap.mapcontrol.MapControl;
12 11
import org.gvsig.tools.service.Manager;
......
21 20
  public void activateTool(String name, MapControl mapControl);
22 21
  
23 22
  /**
23
   * 
24
   * @param layer
24 25
   * @param mapControl
25 26
   */
26
  void beginEdition(FLyrVect layer, MapControl mapControl) throws DataException;
27
  void beginEdition(FLyrVect layer, MapControl mapControl);
28
  
29
  /**
30
   * 
31
   * @param layer
32
   * @param mapControl
33
   */
34
  void endEdition(FLyrVect layer, MapControl mapControl); 
27 35

  
28 36
}

Also available in: Unified diff