Class JFXWebBrowserPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.tools.swing.api.Component, org.gvsig.webbrowser.WebBrowserPanel

public class JFXWebBrowserPanel extends JFXWebBrowserPanelView implements org.gvsig.webbrowser.WebBrowserPanel
See Also:
  • Field Details

    • LOGGER

      protected static final org.slf4j.Logger LOGGER
  • Constructor Details

    • JFXWebBrowserPanel

      public JFXWebBrowserPanel()
  • Method Details

    • createBrowserPanel

      protected org.gvsig.webbrowser.WebBrowserPanel.WebBrowser createBrowserPanel()
    • setPage

      public void setPage(String url)
      Specified by:
      setPage in interface org.gvsig.webbrowser.WebBrowserPanel
    • setPage

      public void setPage(URL url)
      Specified by:
      setPage in interface org.gvsig.webbrowser.WebBrowserPanel
    • getPage

      public String getPage()
      Specified by:
      getPage in interface org.gvsig.webbrowser.WebBrowserPanel
    • setContent

      public void setContent(String content, String contentType)
      Specified by:
      setContent in interface org.gvsig.webbrowser.WebBrowserPanel
    • getTitle

      public String getTitle()
      Specified by:
      getTitle in interface org.gvsig.webbrowser.WebBrowserPanel
    • asJComponent

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

      public ImageIcon loadImage(String imageName)
      Description copied from class: JFXWebBrowserPanelView
      Helper method to load an image file from the CLASSPATH
      Overrides:
      loadImage in class JFXWebBrowserPanelView
      Parameters:
      imageName - the package and name of the file to load relative to the CLASSPATH
      Returns:
      an ImageIcon instance with the specified image file
    • setStatus

      public void setStatus(String msg)
      Specified by:
      setStatus in interface org.gvsig.webbrowser.WebBrowserPanel
    • setURLText

      public void setURLText(String url)
      Specified by:
      setURLText in interface org.gvsig.webbrowser.WebBrowserPanel