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 void
addSearchCursor
(SearchObjectCursor cursor) protected void
addSearchObject
(SearchObject searchObject) protected abstract void
Add 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:SearchObjectCursor
Gets 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:
next
in classSearchObjectCursor
-
addSearchObject
-
addSearchCursor
-