Class ScriptSearchObject
java.lang.Object
com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObject
com.inductiveautomation.factorypmi.designer.search.searchobjects.ScriptSearchObject
- All Implemented Interfaces:
- SearchObject
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObjectadapter, getIcon, getOwnerName, 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- 
ScriptSearchObject
 
- 
- 
Method Details- 
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".- Throws:
- IllegalArgumentException- If the new text value is not suitable for this search object
 
 
-