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 SummaryModifier and TypeMethodDescriptionprotected Stringprotected StringgetProperty(JsonPath propertyPath) protected voidAdd your search cursors and objects hereprotected booleanprotected booleanReturn false to omit the given path from the search.Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursoraddSearchCursor, addSearchObject, nextMethods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursorof
- 
Method Details- 
isSearchKeysprotected boolean isSearchKeys()
- 
initializeprotected void initialize()Description copied from class:AbstractDeferredCursorAdd your search cursors and objects here- Specified by:
- initializein class- AbstractDeferredCursor
 
- 
predicateReturn false to omit the given path from the search.
- 
getLocation
- 
getProperty
 
-