Revision 304

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/LabelLegendEvent.java
1 1
/* Generated by Together */
2 2
package com.iver.cit.gvsig.fmap.rendering;
3 3

  
4
import com.iver.cit.gvsig.fmap.layers.VectorialEvent;
4
import com.iver.cit.gvsig.fmap.layers.LayerEvent;
5 5

  
6 6

  
7 7
/**
......
9 9
 *
10 10
 * @author Vicente Caballero Navarro
11 11
 */
12
public class LabelLegendEvent extends VectorialEvent {
12
public class LabelLegendEvent extends LayerEvent {
13 13
    private int oldFieldId;
14 14
    private int newFieldId;
15 15

  
trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/styling/.cvsignore
1
*.dfPackage
0 2

  
trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/ClassificationLegendEvent.java
2 2

  
3 3
package com.iver.cit.gvsig.fmap.rendering;
4 4

  
5
import com.iver.cit.gvsig.fmap.layers.VectorialEvent;
5
import com.iver.cit.gvsig.fmap.layers.LayerEvent;
6 6

  
7
public class ClassificationLegendEvent extends VectorialEvent {
7
public class ClassificationLegendEvent extends LayerEvent {
8 8
    /**
9 9
     * ?ndice de la clase dentro de la clasificaci?n que ha cambiado 
10 10
     */

Also available in: Unified diff