Class ComponentCursor
java.lang.Object
com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
com.inductiveautomation.factorypmi.designer.search.ComponentCursor
- 
Constructor Summary
ConstructorsConstructorDescriptionComponentCursor(CachedComponent comp, Collection<? extends Enum<?>> categories)  - 
Method Summary
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
of 
- 
Constructor Details
- 
ComponentCursor
 
 - 
 - 
Method Details
- 
next
Description copied from class:SearchObjectCursorGets 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:
 nextin classSearchObjectCursor
 
 -