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
 
 public class AbstractJsonCursor extends AbstractDeferredCursor 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLocation()protected java.lang.StringgetProperty(JsonPath propertyPath)protected voidinitialize()Add your search cursors and objects hereprotected booleanisSearchKeys()protected booleanpredicate(JsonPath path)Return false to omit the given path from the search.- 
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.AbstractDeferredCursoraddSearchCursor, addSearchObject, next
 - 
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursorof
 
- 
 
- 
- 
- 
Method Detail- 
isSearchKeysprotected boolean isSearchKeys() 
 - 
initializeprotected void initialize() Description copied from class:AbstractDeferredCursorAdd your search cursors and objects here- Specified by:
- initializein class- AbstractDeferredCursor
 
 - 
predicateprotected boolean predicate(JsonPath path) Return false to omit the given path from the search.
 - 
getLocationprotected java.lang.String getLocation() 
 - 
getPropertyprotected java.lang.String getProperty(JsonPath propertyPath) 
 
- 
 
-