Package org.eclipse.search.ui
Interface IContextMenuConstants
public interface IContextMenuConstants
Constants for menu groups used in context menus for Search views and editors.
 
This interface declares constants only; it is not intended to be implemented.
- Since:
- 2.0
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringPop-up menu: name of group for additional actions (value"group.additions").static final StringPop-up menu: name of group for build actions (value"group.build").static final StringPop-up menu: name of group for cut/copy/paste actions (value"group.edit").static final StringPop-up menu: name of group for filtering (value"group.filtering").static final StringPop-up menu: name of group for code generation or refactoring actions ( value"group.generate").static final StringPop-up menu: name of group for goto actions (value"group.open").static final StringPop-up menu: name of group for new actions (value"group.new").static final StringPop-up menu: name of group for open actions (value"group.open").static final StringPop-up menu: name of group for properties actions (value"group.properties").static final StringPop-up menu: name of group for remove match actions (value"group.removeMatches").static final StringPop-up menu: name of group for reorganize actions (value"group.reorganize").static final StringPop-up menu: name of group for search actions (value"group.search").static final StringPop-up menu: name of group for show actions (value"group.show").static final StringPop-up menu: name of group for viewer setup actions (value"group.viewerSetup").
- 
Field Details- 
GROUP_GOTOPop-up menu: name of group for goto actions (value"group.open").Examples for open actions are: - Go Into
- Go To
 - See Also:
 
- 
GROUP_OPENPop-up menu: name of group for open actions (value"group.open").Examples for open actions are: - Open To
- Open With
 - See Also:
 
- 
GROUP_SHOWPop-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_NEWPop-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_BUILDPop-up menu: name of group for build actions (value"group.build").- See Also:
 
- 
GROUP_REORGANIZEPop-up menu: name of group for reorganize actions (value"group.reorganize").- See Also:
 
- 
GROUP_GENERATEPop-up menu: name of group for code generation or refactoring actions ( value"group.generate").- See Also:
 
- 
GROUP_SEARCHPop-up menu: name of group for search actions (value"group.search").- See Also:
 
- 
GROUP_ADDITIONSPop-up menu: name of group for additional actions (value"group.additions").- See Also:
 
- 
GROUP_VIEWER_SETUPPop-up menu: name of group for viewer setup actions (value"group.viewerSetup").- See Also:
 
- 
GROUP_FILTERINGPop-up menu: name of group for filtering (value"group.filtering").- Since:
- 3.3
- See Also:
 
- 
GROUP_PROPERTIESPop-up menu: name of group for properties actions (value"group.properties").- See Also:
 
- 
GROUP_EDITPop-up menu: name of group for cut/copy/paste actions (value"group.edit").- Since:
- 3.3
- See Also:
 
- 
GROUP_REMOVE_MATCHESPop-up menu: name of group for remove match actions (value"group.removeMatches").- Since:
- 2.1
- See Also:
 
 
-