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 SummaryFields Modifier and Type Field Description protected InstanceCachecacheprotected java.util.Collection<? extends java.lang.Enum<?>>categoriesprotected TaskProgressListenerprogressprotected intprogressNumberprotected intstepprotected ResourcePathwindowId
 - 
Constructor SummaryConstructors Constructor Description WindowCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, java.util.Collection<? extends java.lang.Enum<?>> categories)
 - 
Method SummaryAll 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.SearchObjectCursorof
 
- 
 
- 
- 
- 
Field Detail- 
windowIdprotected ResourcePath windowId 
 - 
cacheprotected InstanceCache cache 
 - 
progressprotected TaskProgressListener progress 
 - 
progressNumberprotected int progressNumber 
 - 
categoriesprotected java.util.Collection<? extends java.lang.Enum<?>> categories 
 - 
stepprotected int step 
 
- 
 - 
Constructor Detail- 
WindowCursorpublic WindowCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, java.util.Collection<? extends java.lang.Enum<?>> categories) 
 
- 
 - 
Method Detail- 
initprotected boolean init() 
 - 
nextpublic 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 class- SearchObjectCursor
 
 
- 
 
-