Class JXBrowserUtil


  • public final class JXBrowserUtil
    extends java.lang.Object
    This class should only be called if JX Browser libs are on the class path.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean initialize​(LaunchContext launchContext)  
      static void shutdown()
      Cleans up JX Browser.
      static void startup​(LaunchContext launchContext)
      Initializes JX Browser.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • startup

        public static void startup​(@Nonnull
                                   LaunchContext launchContext)
        Initializes JX Browser. Should only be called once per runtime.
      • initialize

        public static boolean initialize​(@Nonnull
                                         LaunchContext launchContext)
      • shutdown

        public static void shutdown()
        Cleans up JX Browser. Should only be called once per runtime.