Interface IIvyProcessPaletteExtension


@Deprecated(since="9.2", forRemoval=true) public interface IIvyProcessPaletteExtension
Deprecated, for removal: This API element is subject to removal in a future version.

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.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Add entries to the palette.
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Add groups to the palette.