Interface IIvyProcessPaletteExtension


  • public interface IIvyProcessPaletteExtension

    This interface must be implemented by extensions that want to extend the ivy process palette.

    ivy will first call the method addGroups(IIvyProcessPalette) on every extension and then the method addEntries(IIvyProcessPalette) on every extension. This allows extensions to add their entries to groups that were added by other extensions.

    Since:
    19.08.2008
    API:
    This is a public API.