Class AbstractScriptSearchProvider.SimplePropertySO

java.lang.Object
AbstractScriptSearchProvider<T>.AbstractScriptSearchObject
com.inductiveautomation.ignition.designer.scripteditor.AbstractScriptSearchProvider.SimplePropertySO
All Implemented Interfaces:
SearchObject
Enclosing class:
AbstractScriptSearchProvider<T>

protected class AbstractScriptSearchProvider.SimplePropertySO extends AbstractScriptSearchProvider<T>.AbstractScriptSearchObject
  • Constructor Details

  • 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.
    • 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".
    • 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".
    • setText

      public void setText(String value)
      Description copied from interface: SearchObject
      Updates the search result with the new value- the "replace" in "search & replace".