Class FPanelAbout

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.ui.mdiManager.IWindow

public class FPanelAbout extends JPanel implements org.gvsig.andami.ui.mdiManager.IWindow
Author:
FJP A Window with panels showing web pages. A developer can write a web page with information about his/her plugin and call addAboutUrl to add his/her about to gvSIG's about and others.
See Also:
  • Constructor Details

  • Method Details

    • getWindowInfo

      public org.gvsig.andami.ui.mdiManager.WindowInfo getWindowInfo()
      Specified by:
      getWindowInfo in interface org.gvsig.andami.ui.mdiManager.IWindow
    • viewActivated

      public void viewActivated()
    • addAboutUrl

      public void addAboutUrl(String pluginName, URL url)
    • getWindowProfile

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