Revision 1714 trunk/org.gvsig.app.document.layout2.app/org.gvsig.app.document.layout2.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/gui/dialogs/IFFrameDialog.java

View differences:

IFFrameDialog.java
35 35
 *
36 36
 * @author Vicente Caballero Navarro
37 37
 */
38
public interface IFFrameDialog extends IWindow, Observable, ActionListenerSupport {
38
public interface IFFrameDialog extends IFFramePanel, IWindow, Observable, ActionListenerSupport {
39 39

  
40 40
    /**
41 41
     * Sets the bounding box of the fframe being created, in screen
......
52 52
     *
53 53
     * @return Informaci?n referente a la ventana.
54 54
     */
55
    @Override
55 56
    public WindowInfo getWindowInfo();
56 57

  
57 58
    /**
......
61 62
     */
62 63
    public boolean getIsAcepted();
63 64

  
65
    @Override
64 66
    public IFFrame getFFrame();
65 67

  
66 68
}

Also available in: Unified diff