Class ComponentTermCursor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object next()
      Gets the next search object, which might be a SearchObject or a SearchObjectCursor.
      • Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor

        of
      • Methods inherited from class java.lang.Object

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

      • ComponentTermCursor

        public ComponentTermCursor​(CachedComponent comp,
                                   java.util.Collection<? extends java.lang.Enum<?>> categories)
    • Method Detail

      • next

        public java.lang.Object next()
        Description copied from class: SearchObjectCursor
        Gets the next search object, which might be a SearchObject or a SearchObjectCursor. Null is returned at the end of the stream to signify that the cursor is exhausted.
        Specified by:
        next in class SearchObjectCursor