Class PropTreePropertyNode

    • Field Detail

      • componentPath

        protected final java.lang.String componentPath
    • Method Detail

      • toTreeNode

        public static PropTreePropertyNode toTreeNode​(javax.swing.tree.TreeNode parent,
                                                      java.lang.String componentPath,
                                                      PropertyType scope,
                                                      java.lang.Object key,
                                                      com.inductiveautomation.ignition.common.gson.JsonElement element)
      • loadFromObject

        public static java.util.List<PropTreePropertyNode> loadFromObject​(javax.swing.tree.TreeNode parent,
                                                                          java.lang.String componentPath,
                                                                          PropertyType scope,
                                                                          com.inductiveautomation.ignition.common.gson.JsonObject object)
      • isNotEmpty

        public static boolean isNotEmpty​(com.inductiveautomation.ignition.common.gson.JsonObject object)
      • getPropertyPath

        public JsonPath getPropertyPath()
      • getComponentPath

        public java.lang.String getComponentPath()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object