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 InstanceCachecacheprotected java.util.Collection<? extends java.lang.Enum<?>>categoriesprotected TaskProgressListenerprogressprotected intprogressNumberprotected intstepprotected ResourcePathwindowId 
- 
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 booleaninit()java.lang.Objectnext()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: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
 
 - 
 
 -