Class WindowIdentity


  • public class WindowIdentity
    extends java.lang.Object
    Class used to identify an OpenFin window instance
    • Constructor Summary

      Constructors 
      Constructor Description
      WindowIdentity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String getUuid()  
      void setName​(java.lang.String name)  
      void setUuid​(java.lang.String uuid)  
      org.json.JSONObject toJsonObject()  
      • Methods inherited from class java.lang.Object

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

      • WindowIdentity

        public WindowIdentity()
    • Method Detail

      • getUuid

        public java.lang.String getUuid()
      • setUuid

        public void setUuid​(java.lang.String uuid)
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • toJsonObject

        public org.json.JSONObject toJsonObject()