Interface IContextMenuConstants


public interface IContextMenuConstants
Constants for menu groups used in context menus for Java views and editors.

This interface declares constants only; it is not intended to be implemented.

Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Pop-up menu: name of group for additional actions (value "additions").
    static final String
    Pop-up menu: name of group for build actions (value "group.build").
    static final String
    Pop-up menu: name of group for code generation actions ( value "group.generate").
    static final String
    Pop-up menu: name of group for goto actions (value "group.goto").
    static final String
    Pop-up menu: name of group for new actions (value "group.new").
    static final String
    Pop-up menu: name of group for open actions (value "group.open").
    static final String
    Pop-up menu: name of group for properties actions (value "group.properties").
    static final String
    Pop-up menu: name of group for reorganize actions (value "group.reorganize").
    static final String
    Pop-up menu: name of group for search actions (value "group.search").
    static final String
    Pop-up menu: name of group for show actions (value "group.show").
    static final String
    Pop-up menu: name of group for source actions.
    static final String
    Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").
    static final String
    Type hierarchy view part: pop-up menu target ID for type hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.typehierarchy").
    static final String
    Type hierarchy view part: pop-up menu target ID for the member viewer (value "org.eclipse.jdt.ui.TypeHierarchy.members").
    static final String
    Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.subtypes").
    static final String
    Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.supertypes").
  • Field Details

    • TARGET_ID_HIERARCHY_VIEW

      static final String TARGET_ID_HIERARCHY_VIEW
      Type hierarchy view part: pop-up menu target ID for type hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.typehierarchy").
      Since:
      2.0
      See Also:
    • TARGET_ID_SUPERTYPES_VIEW

      static final String TARGET_ID_SUPERTYPES_VIEW
      Type hierarchy view part: pop-up menu target ID for supertype hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.supertypes").
      Since:
      2.0
      See Also:
    • TARGET_ID_SUBTYPES_VIEW

      static final String TARGET_ID_SUBTYPES_VIEW
      Type hierarchy view part: Pop-up menu target ID for the subtype hierarchy viewer (value "org.eclipse.jdt.ui.TypeHierarchy.subtypes").
      Since:
      2.0
      See Also:
    • TARGET_ID_MEMBERS_VIEW

      static final String TARGET_ID_MEMBERS_VIEW
      Type hierarchy view part: pop-up menu target ID for the member viewer (value "org.eclipse.jdt.ui.TypeHierarchy.members").
      Since:
      2.0
      See Also:
    • GROUP_GOTO

      static final String GROUP_GOTO
      Pop-up menu: name of group for goto actions (value "group.goto").

      Examples for open actions are:

      • Go Into
      • Go To
      See Also:
    • GROUP_OPEN

      static final String GROUP_OPEN
      Pop-up menu: name of group for open actions (value "group.open").

      Examples for open actions are:

      • Open To
      • Open With
      See Also:
    • GROUP_SHOW

      static final String GROUP_SHOW
      Pop-up menu: name of group for show actions (value "group.show").

      Examples for show actions are:

      • Show in Navigator
      • Show in Type Hierarchy
      See Also:
    • GROUP_NEW

      static final String GROUP_NEW
      Pop-up menu: name of group for new actions (value "group.new").

      Examples for new actions are:

      • Create new class
      • Create new interface
      See Also:
    • GROUP_BUILD

      static final String GROUP_BUILD
      Pop-up menu: name of group for build actions (value "group.build").
      See Also:
    • GROUP_REORGANIZE

      static final String GROUP_REORGANIZE
      Pop-up menu: name of group for reorganize actions (value "group.reorganize").
      See Also:
    • GROUP_GENERATE

      static final String GROUP_GENERATE
      Pop-up menu: name of group for code generation actions ( value "group.generate").
      See Also:
    • GROUP_SOURCE

      static final String GROUP_SOURCE
      Pop-up menu: name of group for source actions. This is an alias for GROUP_GENERATE to be more consistent with main menu bar structure.
      Since:
      2.0
      See Also:
    • GROUP_ADDITIONS

      static final String GROUP_ADDITIONS
      Pop-up menu: name of group for additional actions (value "additions").
      See Also:
    • GROUP_VIEWER_SETUP

      static final String GROUP_VIEWER_SETUP
      Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").
      See Also:
    • GROUP_PROPERTIES

      static final String GROUP_PROPERTIES
      Pop-up menu: name of group for properties actions (value "group.properties").
      See Also: