java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.app.gui.styling.SymbolSelector
org.gvsig.app.project.documents.layout.fframes.gui.dialogs.FFrameGraphicsDialog
All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, IFFrameDialog, IFFramePanel, org.gvsig.app.project.documents.view.legend.gui.ISymbolSelector, org.gvsig.tools.observer.Observable, org.gvsig.tools.swing.api.ActionListenerSupport, org.gvsig.tools.swing.api.Component

public class FFrameGraphicsDialog extends org.gvsig.app.gui.styling.SymbolSelector implements IFFrameDialog
Diálogo de las propiedades de los gráficos.
Author:
Vicente Caballero Navarro
See Also:
  • Constructor Details

  • Method Details

    • getViewModel

      public Object getViewModel()
      See Also:
      • invalid reference
        com.iver.mdiApp.ui.MDIManager.SingletonWindow#getWindowModel()
    • 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
      Overrides:
      getWindowInfo in class org.gvsig.app.gui.styling.SymbolSelector
      Returns:
      Información referente a la ventana.
      See Also:
      • invalid reference
        com.iver.mdiApp.ui.MDIManager.IWindow#getWindowInfo()
    • 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.
      See Also:
    • 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
    • addObserver

      public void addObserver(org.gvsig.tools.observer.Observer observer)
      Specified by:
      addObserver in interface org.gvsig.tools.observer.Observable
    • deleteObserver

      public void deleteObserver(org.gvsig.tools.observer.Observer observer)
      Specified by:
      deleteObserver in interface org.gvsig.tools.observer.Observable
    • deleteObservers

      public void deleteObservers()
      Specified by:
      deleteObservers in interface org.gvsig.tools.observer.Observable
    • notifyDialogClosed

      protected void notifyDialogClosed()
    • addActionListener

      public void addActionListener(ActionListener listener)
      Specified by:
      addActionListener in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • hasActionListeners

      public boolean hasActionListeners()
      Specified by:
      hasActionListeners in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • getActionListeners

      public ActionListener[] getActionListeners()
      Specified by:
      getActionListeners in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • removeActionListener

      public void removeActionListener(ActionListener listener)
      Specified by:
      removeActionListener in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • removeAllActionListener

      public void removeAllActionListener()
      Specified by:
      removeAllActionListener in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • fireActionEvent

      public void fireActionEvent(ActionEvent event)
      Specified by:
      fireActionEvent in interface org.gvsig.tools.swing.api.ActionListenerSupport
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface IFFramePanel
    • asJComponent

      public JComponent asJComponent()
      Specified by:
      asJComponent in interface org.gvsig.tools.swing.api.Component