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 FFrameGridDialog extends AbstractFFrameDialog implements IFFrameDialog
See Also:
  • Constructor Details

  • Method Details

    • calculateDistance

      protected void calculateDistance(int axis, int numDivisions)
    • openDecimalFormatDialog

      protected void openDecimalFormatDialog()
    • applyDecimalFormatSettings

      protected void applyDecimalFormatSettings(DecimalFormatPanel p)
    • getFFrame

      public IFFrame getFFrame()
      Specified by:
      getFFrame in interface IFFrameDialog
      Specified by:
      getFFrame in interface IFFramePanel
    • 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.
    • setMapContext

      public void setMapContext(org.gvsig.fmap.mapcontext.MapContext mapContext)
    • setFrameRotation

      public void setFrameRotation(double frameRotation)
    • getWindowProfile

      public Object getWindowProfile()
      Specified by:
      getWindowProfile in interface org.gvsig.andami.ui.mdiManager.IWindow
    • 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.