Revision 73 org.gvsig.vectorediting/trunk/org.gvsig.vectorediting/org.gvsig.vectorediting.swing/org.gvsig.vectorediting.swing.api/src/main/java/org/gvsig/vectorediting/swing/api/EditingBehavior.java

View differences:

EditingBehavior.java
8 8

  
9 9
import org.gvsig.fmap.mapcontrol.tools.Behavior.IBehavior;
10 10

  
11

  
11
/**
12
 * 
13
 * @author gvSIG team.
14
 *
15
 */
12 16
public interface EditingBehavior extends IBehavior{
13 17

  
14 18
  /**
19
   * Activates service as of name service. If there was a instance of service with this name   
15 20
   * 
16
   * @param name
21
   * @param name service of tool.
17 22
   */
18
  void activateTool(String name);
23
  void activateService(String name);
19 24

  
20 25
  /**
26
   * Cleans behavior, deleting the active service and the current parameter.  
21 27
   * 
22 28
   */
23 29
  void cleanBehavior();
24 30
  
25 31
  /**
32
   * Shows editing console.
26 33
   * 
27 34
   */
28 35
  void showConsole();
29 36
  
30 37
  /**
38
   * Hides editing console.
31 39
   * 
32 40
   */
33 41
  void hideConsole();

Also available in: Unified diff