Class NexusWebFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class NexusWebFrame extends NexusFrame
See Also:
  • Constructor Details

    • NexusWebFrame

      public NexusWebFrame(org.cef.CefClient webClient, String url, boolean titlebar)
  • Method Details

    • getAsyncWebFrameConnectorEvent

      public AsyncWebFrameConnectorEvent getAsyncWebFrameConnectorEvent()
    • getWebFrameConnectorEvent

      public WebFrameConnectorEvent getWebFrameConnectorEvent()
    • setAsyncWebFrameConnectorEvent

      public void setAsyncWebFrameConnectorEvent(AsyncWebFrameConnectorEvent asyncWebFrameConnectorEvent)
    • setWebFrameConnectorEvent

      public void setWebFrameConnectorEvent(WebFrameConnectorEvent webFrameConnectorEvent)
    • getBrowser

      public org.cef.browser.CefBrowser getBrowser()
    • isBrowserFocussed

      public boolean isBrowserFocussed()
    • executeJavaScript

      public void executeJavaScript(String... scripts)