Class AbstractScriptBuilderInfoSearchObject
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObject
- 
- com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractScriptBuilderInfoSearchObject
 
 
- 
- All Implemented Interfaces:
- SearchObject
 - Direct Known Subclasses:
- ScriptBuilderStringArraySearchObject,- ScriptBuilderStringListSearchObject,- ScriptBuilderStringSearchObject
 
 public abstract class AbstractScriptBuilderInfoSearchObject extends AbstractActionHandlerSearchObject 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.Class<?>builderClassprotected java.lang.Stringname
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractScriptBuilderInfoSearchObject(CachedComponent comp, ActionAdapter adapter, java.lang.Class<?> builderClass, java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()The name of the object that matches the search pattern.java.lang.StringgetText()Gets the text representation of the search result.protected abstract java.lang.StringgetValue(java.util.Map<java.lang.String,java.lang.Object> info)voidsetText(java.lang.String value)Updates the search result with the new value- the "replace" in "search & replace".protected abstract voidsetValue(java.util.Map<java.lang.String,java.lang.Object> info, java.lang.String newValue)- 
Methods inherited from class com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObjectadapter, getIcon, getOwnerName, locate
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.designer.findreplace.SearchObjectisMutable
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractScriptBuilderInfoSearchObjectprotected AbstractScriptBuilderInfoSearchObject(CachedComponent comp, ActionAdapter adapter, java.lang.Class<?> builderClass, java.lang.String name) 
 
- 
 - 
Method Detail- 
getNamepublic java.lang.String getName() Description 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".
 - 
getValueprotected abstract java.lang.String getValue(java.util.Map<java.lang.String,java.lang.Object> info) 
 - 
setValueprotected abstract void setValue(java.util.Map<java.lang.String,java.lang.Object> info, java.lang.String newValue) throws java.lang.IllegalArgumentException- Throws:
- java.lang.IllegalArgumentException
 
 - 
getTextpublic java.lang.String getText() Description copied from interface:SearchObjectGets the text representation of the search result. This is what will be used for the "search".
 - 
setTextpublic void setText(java.lang.String value) throws java.lang.IllegalArgumentExceptionDescription copied from interface:SearchObjectUpdates the search result with the new value- the "replace" in "search & replace".- Throws:
- java.lang.IllegalArgumentException- If the new text value is not suitable for this search object
 
 
- 
 
-