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 Details

    • MapEntrySearchObject

      public MapEntrySearchObject(K key)
  • Method Details

    • getIcon

      public Icon getIcon()
      Description copied from interface: SearchObject
      Returns an icon that can be used to identify this type of result. Should be 16x16 or smaller.
      Specified by:
      getIcon in interface SearchObject
    • getName

      public String getName()
      Description copied from interface: SearchObject
      The 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:
      getName in interface SearchObject
    • getOwnerName

      public String 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 interface SearchObject
    • getText

      public String getText()
      Description copied from interface: SearchObject
      Gets the text representation of the search result. This is what will be used for the "search".
      Specified by:
      getText in interface SearchObject
    • setText

      public void setText(String value)
      Description copied from interface: SearchObject
      Updates the search result with the new value- the "replace" in "search & replace".
      Specified by:
      setText in interface SearchObject
    • 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 interface SearchObject