Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 Summary
static  String GROUP_ADDITIONS
          Pop-up menu: name of group for additional actions (value "group.additions").
static  String GROUP_BUILD
          Pop-up menu: name of group for build actions (value "group.build").
static  String GROUP_EDIT
          Pop-up menu: name of group for cut/copy/paste actions (value "group.edit").
static  String GROUP_FILTERING
          Pop-up menu: name of group for filtering (value "group.filtering").
static  String GROUP_GENERATE
          Pop-up menu: name of group for code generation or refactoring actions ( value "group.generate").
static  String GROUP_GOTO
          Pop-up menu: name of group for goto actions (value "group.open").
static  String GROUP_NEW
          Pop-up menu: name of group for new actions (value "group.new").
static  String GROUP_OPEN
          Pop-up menu: name of group for open actions (value "group.open").
static  String GROUP_PROPERTIES
          Pop-up menu: name of group for properties actions (value "group.properties").
static  String GROUP_REMOVE_MATCHES
          Pop-up menu: name of group for remove match actions (value "group.removeMatches").
static  String GROUP_REORGANIZE
          Pop-up menu: name of group for reorganize actions (value "group.reorganize").
static  String GROUP_SEARCH
          Pop-up menu: name of group for search actions (value "group.search").
static  String GROUP_SHOW
          Pop-up menu: name of group for show actions (value "group.show").
static  String GROUP_VIEWER_SETUP
          Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").
 

Field Detail

GROUP_GOTO

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

Examples for open actions are:

  • Go Into
  • Go To

See Also:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values

GROUP_BUILD

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

See Also:
Constant Field Values

GROUP_REORGANIZE

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

See Also:
Constant Field Values

GROUP_GENERATE

static final 
String GROUP_GENERATE
Pop-up menu: name of group for code generation or refactoring actions ( value "group.generate").

See Also:
Constant Field Values

GROUP_SEARCH

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

See Also:
Constant Field Values

GROUP_ADDITIONS

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

See Also:
Constant Field Values

GROUP_VIEWER_SETUP

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

See Also:
Constant Field Values

GROUP_FILTERING

static final 
String GROUP_FILTERING
Pop-up menu: name of group for filtering (value "group.filtering").

Since:
3.3
See Also:
Constant Field Values

GROUP_PROPERTIES

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

See Also:
Constant Field Values

GROUP_EDIT

static final 
String GROUP_EDIT
Pop-up menu: name of group for cut/copy/paste actions (value "group.edit").

Since:
3.3
See Also:
Constant Field Values

GROUP_REMOVE_MATCHES

static final 
String GROUP_REMOVE_MATCHES
Pop-up menu: name of group for remove match actions (value "group.removeMatches").

Since:
2.1
See Also:
Constant Field Values

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire