Class WindowTermCursor
java.lang.Object
com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
com.inductiveautomation.factorypmi.designer.search.WindowCursor
com.inductiveautomation.factorypmi.designer.i18n.search.WindowTermCursor
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.designer.search.WindowCursor
cache, categories, progress, progressNumber, step, windowId
-
Constructor Summary
ConstructorsConstructorDescriptionWindowTermCursor
(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, Collection<? extends Enum<?>> categories) -
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.designer.search.WindowCursor
init
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
of
-
Constructor Details
-
WindowTermCursor
public WindowTermCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, Collection<? extends Enum<?>> categories)
-
-
Method Details
-
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.- Overrides:
next
in classWindowCursor
-