Class QueryHolder.QueryNode

java.lang.Object
com.inductiveautomation.factorypmi.application.binding.QueryHolder.QueryNode
Direct Known Subclasses:
QueryHolder.NamedQueryNode
Enclosing class:
QueryHolder

public static class QueryHolder.QueryNode extends Object
When creating the QueryHolder, we parse the text the user input into string chunks and tag chunks. The tag chunks then get listeners, so if the tag value changes we can rebuild the query.
  • Constructor Details

    • QueryNode

      public QueryNode()
  • Method Details