Class AbstractActionHandlerSearchObject

java.lang.Object
com.inductiveautomation.factorypmi.designer.search.searchobjects.AbstractActionHandlerSearchObject
All Implemented Interfaces:
SearchObject
Direct Known Subclasses:
AbstractScriptBuilderInfoSearchObject, ScriptSearchObject

public abstract class AbstractActionHandlerSearchObject extends Object implements SearchObject
  • Constructor Details

  • Method Details

    • adapter

      protected ActionAdapter adapter()
    • 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
    • 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
    • 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