Class CefBrowserWindowMac

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getWindowHandle​(java.awt.Component comp)
      Get the window handle for the given UI object.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CefBrowserWindowMac

        public CefBrowserWindowMac()
    • Method Detail

      • getWindowHandle

        public long getWindowHandle​(java.awt.Component comp)
        Description copied from interface: CefBrowserWindow
        Get the window handle for the given UI object.
        Specified by:
        getWindowHandle in interface CefBrowserWindow
        Parameters:
        comp - a UI component
        Returns:
        a window pointer if any