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 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.AbstractDeferredCursor
addSearchCursor, addSearchObject, nextMethods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
of
-
Method Details
-
isSearchKeys
protected boolean isSearchKeys() -
initialize
protected void initialize()Description copied from class:AbstractDeferredCursorAdd your search cursors and objects here- Specified by:
initializein classAbstractDeferredCursor
-
predicate
Return false to omit the given path from the search. -
getLocation
-
getProperty
-