Eclipse Platform
Release 3.2

org.eclipse.ui.navigator
Interface ICommonMenuConstants


public interface ICommonMenuConstants

Defines strings used for menu insertion points.

This interface is not intended to be implemented by clients.

Since:
3.2

Field Summary
static java.lang.String GROUP_ADDITIONS
          Pop-up menu: name of group for additional actions (value "additions").
static java.lang.String GROUP_BUILD
          Pop-up menu: name of group for build actions (value "group.build").
static java.lang.String GROUP_EDIT
          Pop-up menu: name of group for properties actions (value "group.edit").
static java.lang.String GROUP_GENERATE
          Pop-up menu: name of group for code generation actions ( value "group.generate").
static java.lang.String GROUP_GOTO
          Pop-up menu: name of group for goto actions (value "group.goto").
static java.lang.String GROUP_NEW
          Pop-up menu: name of group for new actions (value "group.new").
static java.lang.String GROUP_OPEN
          Pop-up menu: name of group for open actions (value "group.open").
static java.lang.String GROUP_OPEN_WITH
          Pop-up menu: name of group for open actions (value "group.openWith").
static java.lang.String GROUP_PORT
          Pop-up menu: name of group for porting actions (value "group.port").
static java.lang.String GROUP_PROPERTIES
          Pop-up menu: name of group for properties actions (value "group.properties").
static java.lang.String GROUP_REORGANIZE
          Pop-up menu: name of group for reorganize actions (value "group.reorganize").
static java.lang.String GROUP_SEARCH
          Pop-up menu: name of group for search actions (value "group.search").
static java.lang.String GROUP_SHOW
          Pop-up menu: name of group for show actions (value "group.show").
static java.lang.String GROUP_SOURCE
          Pop-up menu: name of group for source actions.
static java.lang.String GROUP_TOP
          Pop-up menu: name of group for the top of the menu (value "group.top").
static java.lang.String GROUP_VIEWER_SETUP
          Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup").
 

Field Detail

GROUP_TOP

static final java.lang.String GROUP_TOP
Pop-up menu: name of group for the top of the menu (value "group.top").

See Also:
Constant Field Values

GROUP_GOTO

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

Examples for open actions are:

See Also:
Constant Field Values

GROUP_SHOW

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

Examples for show actions are:

See Also:
Constant Field Values

GROUP_NEW

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

Examples for new actions are:

See Also:
Constant Field Values

GROUP_OPEN

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

Examples for open actions are:

See Also:
GROUP_OPEN_WITH, Constant Field Values

GROUP_OPEN_WITH

static final java.lang.String GROUP_OPEN_WITH
Pop-up menu: name of group for open actions (value "group.openWith").

Examples for open actions are:

See Also:
Constant Field Values

GROUP_PORT

static final java.lang.String GROUP_PORT
Pop-up menu: name of group for porting actions (value "group.port").

Examples for open actions are:

See Also:
Constant Field Values

GROUP_EDIT

static final java.lang.String GROUP_EDIT
Pop-up menu: name of group for properties actions (value "group.edit").

See Also:
Constant Field Values

GROUP_BUILD

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

See Also:
Constant Field Values

GROUP_REORGANIZE

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

See Also:
Constant Field Values

GROUP_GENERATE

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

See Also:
Constant Field Values

GROUP_SOURCE

static final java.lang.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.

See Also:
Constant Field Values

GROUP_SEARCH

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

See Also:
Constant Field Values

GROUP_ADDITIONS

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

See Also:
Constant Field Values

GROUP_VIEWER_SETUP

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

See Also:
Constant Field Values

GROUP_PROPERTIES

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

See Also:
Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.