Class AbstractScriptSearchProvider.AbstractScriptSearchObject

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getOwnerName()
      The name of the entity where this result is found.
      void locate()
      Brings focus to the item in the UI in whatever way is appropriate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractScriptSearchObject

        protected AbstractScriptSearchObject()
    • Method Detail

      • getOwnerName

        public java.lang.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
      • 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