Class VisionNetUtilities


  • public class VisionNetUtilities
    extends java.lang.Object
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()