Class VisionNetUtilities
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.script.builtin.VisionNetUtilities
-
public class VisionNetUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VisionNetUtilities(FPMIApp app)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getExternalIpAddress()
static void
openURL(java.lang.String url)
void
openURL(java.lang.String url, boolean useApplet)
static void
openURL(java.lang.String url, java.awt.Component comp, boolean useApplet)
-
-
-
Constructor Detail
-
VisionNetUtilities
public VisionNetUtilities(FPMIApp app)
-
-
Method Detail
-
openURL
public static void openURL(java.lang.String url) throws java.io.IOException
- Throws:
java.io.IOException
-
openURL
public void openURL(java.lang.String url, boolean useApplet) throws java.io.IOException
- Throws:
java.io.IOException
-
openURL
public static void openURL(java.lang.String url, java.awt.Component comp, boolean useApplet) throws java.io.IOException
- Throws:
java.io.IOException
-
getExternalIpAddress
public static java.lang.String getExternalIpAddress()
-
-