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 Summary
Constructors -
Method Summary
Modifier 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.SearchObjectCursor
of
-
Constructor Details
-
AbstractDeferredCursor
public AbstractDeferredCursor()
-
-
Method Details
-
initialize
protected abstract void initialize()Add your search cursors and objects here -
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
-
addSearchObject
-
addSearchCursor
-