Annotation Interface EditorViewInfo


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface EditorViewInfo
Annotation used for editor view extensions. This annotation should exist on the plug-in extension point implementation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the view
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    View category
    View icon
  • Element Details

    • name

      String name
      Name of the view
    • category

      View category
      Default:
      PLUGINS
    • icon

      String icon
      View icon
      Default:
      "blank"