Class PlatformHelper

  • Direct Known Subclasses:
    GtkPlatformHelper

    public abstract class PlatformHelper
    extends java.lang.Object
    Utility class providing platform specific functions.
    • Constructor Detail

      • PlatformHelper

        protected PlatformHelper()
        Constructs a new PlatformHelper instance.
    • Method Detail

      • isWebKitAvailable

        public static boolean isWebKitAvailable()
        Checks whether the WebKit browser backend is available.
        Returns:
        true if the WebKit browser backend is available.
      • internalIsWebKitAvailable

        protected boolean internalIsWebKitAvailable()
        Checks whether the WebKit browser backend is available.
        Returns:
        true if the WebKit browser backend is available.
      • isChromiumAvailable

        public static boolean isChromiumAvailable()
        Checks whether the Chromium browser backend is available.
        Returns:
        true if the Chromium browser backend is available.
      • internalIsChromiumAvailable

        protected boolean internalIsChromiumAvailable()
        Checks whether the Chromium browser backend is available.
        Returns:
        true if the Chromium browser backend is available.