Interface CefBrowserWindow

  • All Known Implementing Classes:
    CefBrowserWindowMac

    public interface CefBrowserWindow
    Interface representing system dependent methods for the browser.
    • Method Detail

      • getWindowHandle

        long getWindowHandle​(java.awt.Component comp)
        Get the window handle for the given UI object.
        Parameters:
        comp - a UI component
        Returns:
        a window pointer if any