Class AbstractScriptSearchProvider.SimplePropertySO

    • Constructor Summary

      Constructors 
      Constructor Description
      SimplePropertySO​(java.lang.String name, java.lang.String propName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.Icon getIcon()
      Returns an icon that can be used to identify this type of result.
      java.lang.String getName()
      The name of the object that matches the search pattern.
      java.lang.String getText()
      Gets the text representation of the search result.
      void setText​(java.lang.String value)
      Updates the search result with the new value- the "replace" in "search & replace".
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.inductiveautomation.ignition.designer.findreplace.SearchObject

        isMutable
    • Constructor Detail

      • SimplePropertySO

        public SimplePropertySO​(java.lang.String name,
                                java.lang.String propName)
    • Method Detail

      • getIcon

        public javax.swing.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 java.lang.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 java.lang.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​(java.lang.String value)
        Description copied from interface: SearchObject
        Updates the search result with the new value- the "replace" in "search & replace".