Class ScriptSearchObject
java.lang.Object
com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObject
com.inductiveautomation.factorypmi.designer.search.searchobjects.ScriptSearchObject
- All Implemented Interfaces:
SearchObject
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObject
adapter, getIcon, getOwnerName, locate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.designer.findreplace.SearchObject
isMutable
-
Constructor Details
-
ScriptSearchObject
-
-
Method Details
-
getName
Description copied from interface:SearchObject
The 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". -
getText
Description copied from interface:SearchObject
Gets the text representation of the search result. This is what will be used for the "search". -
setText
Description copied from interface:SearchObject
Updates 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
-