Class AbstractJsonCursor
java.lang.Object
com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursor
com.inductiveautomation.perspective.designer.search.AbstractJsonCursor
- Direct Known Subclasses:
PropertySearchCursor
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected String
getProperty
(JsonPath propertyPath) protected void
Add your search cursors and objects hereprotected boolean
protected boolean
Return false to omit the given path from the search.Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursor
addSearchCursor, addSearchObject, next
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
of
-
Method Details
-
isSearchKeys
protected boolean isSearchKeys() -
initialize
protected void initialize()Description copied from class:AbstractDeferredCursor
Add your search cursors and objects here- Specified by:
initialize
in classAbstractDeferredCursor
-
predicate
Return false to omit the given path from the search. -
getLocation
-
getProperty
-