Class AbstractDeferredCursor
java.lang.Object
com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursor
- Direct Known Subclasses:
- AbstractJsonCursor,- ActionCursor,- ComponentSearchCursor,- PermissionsCursor,- PropertyConfigCursor,- ScriptCursor,- ViewSearchCursor
Simple cursor implementation defers initialization until it begins being iterated through
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddSearchCursor(SearchObjectCursor cursor) protected voidaddSearchObject(SearchObject searchObject) protected abstract voidAdd your search cursors and objects herenext()Gets the next search object, which might be a SearchObject or a SearchObjectCursor.Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursorof
- 
Constructor Details- 
AbstractDeferredCursorpublic AbstractDeferredCursor()
 
- 
- 
Method Details- 
initializeprotected abstract void initialize()Add your search cursors and objects here
- 
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
 
- 
addSearchObject
- 
addSearchCursor
 
-