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
Direct Known Subclasses:
FFrameBoxDialog, FFrameGridDialog, FFrameGroupDialog, FFrameLegendDialog, FFrameNorthDialog, FFrameOverViewDialog, FFramePictureDialog, FFrameScaleBarDialog, FFrameTextDialog, FFrameViewDialog

public abstract class AbstractFFrameDialog extends AbstractFFramePanel implements IFFrameDialog
Version:
$Id$
Author:
gvSIG Team
See Also:
  • Field Details

    • LOG

      protected static final org.slf4j.Logger LOG
    • layoutPanel

      protected LayoutPanel layoutPanel
    • frame

      protected IFFrame frame
  • Constructor Details

    • AbstractFFrameDialog

      public AbstractFFrameDialog(LayoutPanel layoutPanel, IFFrame frame)
  • Method Details

    • 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