Class WindowTermCursor
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
- 
- com.inductiveautomation.factorypmi.designer.search.WindowCursor
- 
- com.inductiveautomation.factorypmi.designer.i18n.search.WindowTermCursor
 
 
 
- 
 public class WindowTermCursor extends WindowCursor 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.factorypmi.designer.search.WindowCursorcache, categories, progress, progressNumber, step, windowId
 
- 
 - 
Constructor SummaryConstructors Constructor Description WindowTermCursor(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 java.lang.Objectnext()Gets the next search object, which might be a SearchObject or a SearchObjectCursor.- 
Methods inherited from class com.inductiveautomation.factorypmi.designer.search.WindowCursorinit
 - 
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursorof
 
- 
 
- 
- 
- 
Constructor Detail- 
WindowTermCursorpublic WindowTermCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, java.util.Collection<? extends java.lang.Enum<?>> categories) 
 
- 
 - 
Method Detail- 
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.- Overrides:
- nextin class- WindowCursor
 
 
- 
 
-