Revision 142 branches/usability_v2/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/IFFrame.java

View differences:

IFFrame.java
30 30
import java.awt.image.BufferedImage;
31 31

  
32 32
import org.gvsig.fmap.mapcontext.rendering.symbols.IPrintable;
33
import org.gvsig.tools.dispose.Disposable;
33 34
import org.gvsig.tools.lang.Cloneable;
34 35
import org.gvsig.tools.observer.Observable;
35 36
import org.gvsig.tools.persistence.Persistent;
......
39 40
 * 
40 41
 * @author Vicente Caballero Navarro
41 42
 */
42
public interface IFFrame extends IPrintable, Persistent, Cloneable, Observable {
43
public interface IFFrame extends IPrintable, Persistent, Cloneable, Observable, Disposable {
43 44

  
44 45
    public static final int N = 1;
45 46
    public static final int NE = 2;
......
166 167
     * @return tipo de selecci?n que se ha realizado.
167 168
     */
168 169
    public int getSelected();
170
    
171
    /**
172
     * Returns true if the frame is selected, false otherwise
173
     * @return true if the frame is selected, false otherwise
174
     */
175
    public boolean isSelected();
169 176

  
170 177
    /**
171 178
     * Devuelve un entero que representa donde esta contenido el punto que se

Also available in: Unified diff