Class AbstractScriptSearchProvider.AbstractScriptSearchObject
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.scripteditor.AbstractScriptSearchProvider.AbstractScriptSearchObject
 
- 
- All Implemented Interfaces:
- SearchObject
 - Direct Known Subclasses:
- AbstractScriptSearchProvider.SimplePropertySO,- ClientScriptSearchProvider.MenuNodeScriptSearchObject
 - Enclosing class:
- AbstractScriptSearchProvider<T>
 
 protected abstract class AbstractScriptSearchProvider.AbstractScriptSearchObject extends java.lang.Object implements SearchObject 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractScriptSearchObject()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOwnerName()The name of the entity where this result is found.voidlocate()Brings focus to the item in the UI in whatever way is appropriate.
 
- 
- 
- 
Method Detail- 
getOwnerNamepublic java.lang.String getOwnerName() Description copied from interface:SearchObjectThe name of the entity where this result is found. Used in the results display to help distinguish similar items.- Specified by:
- getOwnerNamein interface- SearchObject
 
 - 
locatepublic void locate() Description copied from interface:SearchObjectBrings focus to the item in the UI in whatever way is appropriate. Most of the time this will mean bringing up the editor for the object.- Specified by:
- locatein interface- SearchObject
 
 
- 
 
-