Class AbstractScriptSearchProvider.SimplePropertySO
java.lang.Object
AbstractScriptSearchProvider<T>.AbstractScriptSearchObject
com.inductiveautomation.ignition.designer.scripteditor.AbstractScriptSearchProvider.SimplePropertySO
- All Implemented Interfaces:
- SearchObject
- Enclosing class:
- AbstractScriptSearchProvider<T>
protected class AbstractScriptSearchProvider.SimplePropertySO
extends AbstractScriptSearchProvider<T>.AbstractScriptSearchObject
- 
Constructor SummaryConstructorsConstructorDescriptionSimplePropertySO(String name, FragileSupplier<String, Exception> getter, FragileConsumer<String, Exception> setter) 
- 
Method SummaryModifier and TypeMethodDescriptiongetIcon()Returns an icon that can be used to identify this type of result.getName()The name of the object that matches the search pattern.getText()Gets the text representation of the search result.voidUpdates the search result with the new value- the "replace" in "search & replace".Methods inherited from class com.inductiveautomation.ignition.designer.scripteditor.AbstractScriptSearchProvider.AbstractScriptSearchObjectgetOwnerName, locateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.designer.findreplace.SearchObjectisMutable
- 
Constructor Details- 
SimplePropertySOpublic SimplePropertySO(String name, FragileSupplier<String, Exception> getter, FragileConsumer<String, Exception> setter) 
 
- 
- 
Method Details- 
getIconDescription copied from interface:SearchObjectReturns an icon that can be used to identify this type of result. Should be 16x16 or smaller.
- 
getNameDescription copied from interface:SearchObjectThe name of the object that matches the search pattern. In other words, a description of the element inside the owner, such as "Name", or "Expression".
- 
getTextDescription copied from interface:SearchObjectGets the text representation of the search result. This is what will be used for the "search".
- 
setTextDescription copied from interface:SearchObjectUpdates the search result with the new value- the "replace" in "search & replace".
 
-