All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, IFFrameDialog, IFFramePanel, org.gvsig.tools.observer.Observable, org.gvsig.tools.swing.api.ActionListenerSupport, org.gvsig.tools.swing.api.Component

public class FFramePictureDialog extends AbstractFFrameDialog implements IFFrameDialog
Dialogo para añadir una imagen al Layout.
Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

    • FFramePictureDialog

      public FFramePictureDialog(LayoutPanel layoutPanel, IFFrame frame)
      This is the default constructor
      Parameters:
      layoutPanel - Referencia al Layout.
      fframe - Referencia al fframe de imagen.
  • Method Details

    • setRectangle

      public void setRectangle(Rectangle2D r)
      Inserta el rectángulo que ocupará el fframe de imagen.
      Specified by:
      setRectangle in interface IFFrameDialog
      Specified by:
      setRectangle in interface IFFramePanel
      Parameters:
      r - Rectángulo.
    • setText

      public void setText(String val)
      Inserta el path al TFichero.
      Parameters:
      val - path del fichero.
    • getWindowInfo

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

      public boolean getIsAcepted()
      Description copied from interface: IFFrameDialog
      Devuelve true si ha sido aceptado el diálogo.
      Specified by:
      getIsAcepted in interface IFFrameDialog
      Returns:
      True si se ha aceptado.
      See Also:
    • viewActivated

      public void viewActivated()
      See Also:
      • invalid reference
        com.iver.mdiApp.ui.MDIManager.IWindow#windowActivated()
    • getFFrame

      public IFFrame getFFrame()
      Specified by:
      getFFrame in interface IFFrameDialog
      Specified by:
      getFFrame in interface IFFramePanel
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow