Class WindowCursor
java.lang.Object
com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
com.inductiveautomation.factorypmi.designer.search.WindowCursor
- Direct Known Subclasses:
- WindowTermCursor
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected InstanceCacheprotected Collection<? extends Enum<?>>protected TaskProgressListenerprotected intprotected intprotected ResourcePath
- 
Constructor SummaryConstructorsConstructorDescriptionWindowCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, Collection<? extends Enum<?>> categories) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursorof
- 
Field Details- 
windowId
- 
cache
- 
progress
- 
progressNumberprotected int progressNumber
- 
categories
- 
stepprotected int step
 
- 
- 
Constructor Details- 
WindowCursorpublic WindowCursor(ResourcePath windowId, InstanceCache cache, TaskProgressListener progress, int progressNumber, Collection<? extends Enum<?>> categories) 
 
- 
- 
Method Details- 
initprotected boolean init()
- 
nextDescription 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
 
 
-