Class JXBrowserUtil
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.JXBrowserUtil
-
public final class JXBrowserUtil extends java.lang.ObjectThis 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 booleaninitialize(LaunchContext launchContext)static voidshutdown()Cleans up JX Browser.static voidstartup(LaunchContext launchContext)Initializes JX Browser.
-
-
-
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.
-
-