Class WindowCursor
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
-
- com.inductiveautomation.factorypmi.designer.search.WindowCursor
-
- Direct Known Subclasses:
WindowTermCursor
public class WindowCursor extends SearchObjectCursor
-
-
Field Summary
Fields Modifier and Type Field Description protected InstanceCache
cache
protected java.util.Collection<? extends java.lang.Enum<?>>
categories
protected TaskProgressListener
progress
protected int
progressNumber
protected int
step
protected ResourcePath
windowId
-
Constructor Summary
Constructors Constructor Description WindowCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, java.util.Collection<? extends java.lang.Enum<?>> categories)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
init()
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
-
-
-
-
Field Detail
-
windowId
protected ResourcePath windowId
-
cache
protected InstanceCache cache
-
progress
protected TaskProgressListener progress
-
progressNumber
protected int progressNumber
-
categories
protected java.util.Collection<? extends java.lang.Enum<?>> categories
-
step
protected int step
-
-
Constructor Detail
-
WindowCursor
public WindowCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, java.util.Collection<? extends java.lang.Enum<?>> categories)
-
-
Method Detail
-
init
protected boolean init()
-
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 classSearchObjectCursor
-
-