Interface IndyAddOn


  • public interface IndyAddOn
    Component that describes an add-on to Indy. This is currently most useful when the add-on provides UI elements, and is the only way to get new parts added to the UI.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.commonjava.indy.model.spi.IndyAddOnID getId()
      Retrieve an identifier for this add-on which contains various UI configurations, along with a basic name for the add-on.
    • Method Detail

      • getId

        org.commonjava.indy.model.spi.IndyAddOnID getId()
        Retrieve an identifier for this add-on which contains various UI configurations, along with a basic name for the add-on.