Class AbstractScriptSearchProvider.MapIterator.MapEntrySearchObject
java.lang.Object
com.inductiveautomation.ignition.designer.scripteditor.AbstractScriptSearchProvider.MapIterator.MapEntrySearchObject
- All Implemented Interfaces:
- SearchObject
- Enclosing class:
- AbstractScriptSearchProvider.MapIterator<K>
protected class AbstractScriptSearchProvider.MapIterator.MapEntrySearchObject
extends Object
implements SearchObject
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetIcon()Returns an icon that can be used to identify this type of result.getName()The name of the object that matches the search pattern.The name of the entity where this result is found.getText()Gets the text representation of the search result.voidlocate()Brings focus to the item in the UI in whatever way is appropriate.voidUpdates the search result with the new value- the "replace" in "search & replace".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.SearchObjectisMutable
- 
Constructor Details- 
MapEntrySearchObject
 
- 
- 
Method Details- 
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
 
- 
getNameDescription 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".- Specified by:
- getNamein 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
 
- 
getTextDescription copied from interface:SearchObjectGets the text representation of the search result. This is what will be used for the "search".- Specified by:
- getTextin interface- SearchObject
 
- 
setTextDescription copied from interface:SearchObjectUpdates the search result with the new value- the "replace" in "search & replace".- Specified by:
- setTextin 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
 
 
-