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 Object
implements SearchObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name of the entity where this result is found.void
locate()
Brings focus to the item in the UI in whatever way is appropriate.
-
Constructor Details
-
AbstractScriptSearchObject
protected AbstractScriptSearchObject()
-
-
Method Details
-
getOwnerName
Description copied from interface:SearchObject
The name of the entity where this result is found. Used in the results display to help distinguish similar items.- Specified by:
getOwnerName
in interfaceSearchObject
-
locate
public void locate()Description copied from interface:SearchObject
Brings 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:
locate
in interfaceSearchObject
-