All Superinterfaces:
org.gvsig.tools.swing.api.ActionListenerSupport, org.gvsig.tools.swing.api.Component, IFFramePanel, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.tools.observer.Observable
All Known Implementing Classes:
AbstractFFrameDialog, FFrameBoxDialog, FFrameGraphicsDialog, FFrameGridDialog, FFrameGroupDialog, FFrameLegendDialog, FFrameNorthDialog, FFrameOverViewDialog, FFramePictureDialog, FFrameScaleBarDialog, FFrameTextDialog, FFrameViewDialog

public interface IFFrameDialog extends IFFramePanel, org.gvsig.andami.ui.mdiManager.IWindow, org.gvsig.tools.observer.Observable, org.gvsig.tools.swing.api.ActionListenerSupport
Interface para la creación de los diálogos que añaden elementos al Layout.
Author:
Vicente Caballero Navarro
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Devuelve true si ha sido aceptado el diálogo.
    org.gvsig.andami.ui.mdiManager.WindowInfo
    Devuelve la información de la ventana.
    void
    Sets the bounding box of the fframe being created, in screen coordinates (pixels), defining the position and size of the frame within the Layout control.

    Methods inherited from interface org.gvsig.tools.swing.api.ActionListenerSupport

    addActionListener, fireActionEvent, getActionListeners, hasActionListeners, removeActionListener, removeAllActionListener

    Methods inherited from interface org.gvsig.tools.swing.api.Component

    asJComponent

    Methods inherited from interface org.gvsig.app.project.documents.layout.fframes.gui.dialogs.IFFramePanel

    getTitle

    Methods inherited from interface org.gvsig.andami.ui.mdiManager.IWindow

    getWindowProfile

    Methods inherited from interface org.gvsig.tools.observer.Observable

    addObserver, deleteObserver, deleteObservers
  • Method Details

    • setRectangle

      void setRectangle(Rectangle2D r)
      Sets the bounding box of the fframe being created, in screen coordinates (pixels), defining the position and size of the frame within the Layout control.
      Specified by:
      setRectangle in interface IFFramePanel
      Parameters:
      r - BoundingBox of the fframe.
    • getWindowInfo

      org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Devuelve la información de la ventana.
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
      Returns:
      Información referente a la ventana.
    • getIsAcepted

      boolean getIsAcepted()
      Devuelve true si ha sido aceptado el diálogo.
      Returns:
      True si se ha aceptado.
    • getFFrame

      IFFrame getFFrame()
      Specified by:
      getFFrame in interface IFFramePanel