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

public class FFrameViewDialog extends AbstractFFrameDialog implements IFFrameDialog, org.gvsig.andami.ui.mdiManager.SingletonWindow
Dialog to add a view to the Layout document, by means of a FFrameView
Author:
Vicente Caballero Navarro, Cesar Martinez Izquierdo
See Also:
  • Constructor Details

    • FFrameViewDialog

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

    • setRectangle

      public void setRectangle(Rectangle2D r)
      Description copied from interface: IFFrameDialog
      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 IFFrameDialog
      Specified by:
      setRectangle in interface IFFramePanel
      Parameters:
      r - BoundingBox of the fframe.
    • getSelectedView

      protected org.gvsig.app.project.documents.view.ViewDocument getSelectedView()
    • disableChbSyncExtent

      protected void disableChbSyncExtent()
    • enableChbSyncExtent

      protected void enableChbSyncExtent()
    • 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.
    • 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
    • getWindowModel

      public Object getWindowModel()
      Specified by:
      getWindowModel in interface org.gvsig.andami.ui.mdiManager.SingletonWindow
    • setScaleType

      protected void setScaleType(IFFrameUseFMap.SCALE_TYPE type)
    • getSelectedScaleType

      protected IFFrameUseFMap.SCALE_TYPE getSelectedScaleType()