Interface BrowserAdapterProvider

    • Method Detail

      • name

        java.lang.String name()
        Gets this provider's name.
        Returns:
        this provider's name.
      • isAvailable

        boolean isAvailable()
        Determines whether this provider's BrowserAdapter implementation is available in the current runtime.
        Returns:
        true, if this provider's BrowserAdapter implementation is available in the current runtime.
      • getInstance

        BrowserAdapter getInstance​(org.eclipse.swt.widgets.Composite parent,
                                   int style)
        Gets a new BrowserAdapter instance.
        Parameters:
        parent - the parent Composite to use.
        style - the style to use.
        Returns:
        the created BrowserAdapter instance.
        Throws:
        java.lang.IllegalStateException - if this provider's BrowserAdapter implementation is not available in the current runtime.
        See Also:
        isAvailable()