Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / LayerPositionEvent.java @ 213

History | View | Annotate | Download (604 Bytes)

1
/* Generated by Together */
2

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

    
5
public class LayerPositionEvent extends LayerCollectionEvent {
6
    public int getIndex() {
7
            //TODO implementar bien
8
            return -1;
9
    }
10

    
11
    public int getOldIndex() {
12
            //TODO implementar bien
13
            return -1;
14
    }
15

    
16
    /**
17
     * Indica el indice que ten?a la capa afectada en caso de que el evento sea un layerMoved. En caso de que no sea dicho evento, tendra el mismo valor que el atributo index 
18
     */
19
    private LayerPath oldPath;
20

    
21
    /**
22
     * Indice de la capa en la coleccion 
23
     */
24
    private LayerPath newPath;
25
}