Class AbstractActionHandlerSearchObject
java.lang.Object
com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObject
- All Implemented Interfaces:
- SearchObject
- Direct Known Subclasses:
- AbstractScriptBuilderInfoSearchObject,- ScriptSearchObject
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractActionHandlerSearchObject(CachedComponent comp, ActionAdapter adapter) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ActionAdapteradapter()getIcon()Returns an icon that can be used to identify this type of result.The name of the entity where this result is found.voidlocate()Brings focus to the item in the UI in whatever way is appropriate.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.designer.findreplace.SearchObjectgetName, getText, isMutable, setText
- 
Constructor Details- 
AbstractActionHandlerSearchObject
 
- 
- 
Method Details- 
adapter
- 
getIconDescription copied from interface:SearchObjectReturns an icon that can be used to identify this type of result. Should be 16x16 or smaller.- Specified by:
- getIconin interface- SearchObject
 
- 
getOwnerNameDescription 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
 
 
-