|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines strings used for menu insertion points.
This interface is not intended to be implemented by clients.
Field Summary | |
---|---|
static String |
GROUP_ADDITIONS
Pop-up menu: name of group for additional actions (value "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 properties actions (value "group.edit" ). |
static String |
GROUP_GENERATE
Pop-up menu: name of group for code generation actions ( value "group.generate" ). |
static String |
GROUP_GOTO
Pop-up menu: name of group for goto actions (value "group.goto" ).
|
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_OPEN_WITH
Pop-up menu: name of group for open actions (value "group.openWith" ).
|
static String |
GROUP_PORT
Pop-up menu: name of group for porting actions (value "group.port" ).
|
static String |
GROUP_PROPERTIES
Pop-up menu: name of group for properties actions (value "group.properties" ). |
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_SOURCE
Pop-up menu: name of group for source actions. |
static String |
GROUP_TOP
Pop-up menu: name of group for the top of the menu (value "group.top" ). |
static String |
GROUP_VIEWER_SETUP
Pop-up menu: name of group for viewer setup actions (value "group.viewerSetup" ). |
Field Detail |
public static final String GROUP_TOP
"group.top"
).
public static final String GROUP_GOTO
"group.goto"
).
Examples for open actions are:
public static final String GROUP_SHOW
"group.show"
).
Examples for show actions are:
public static final String GROUP_NEW
"group.new"
).
Examples for new actions are:
public static final String GROUP_OPEN
"group.open"
).
Examples for open actions are:
GROUP_OPEN_WITH
,
Constant Field Valuespublic static final String GROUP_OPEN_WITH
"group.openWith"
).
Examples for open actions are:
public static final String GROUP_PORT
"group.port"
).
Examples for open actions are:
public static final String GROUP_EDIT
"group.edit"
).
public static final String GROUP_BUILD
"group.build"
).
public static final String GROUP_REORGANIZE
"group.reorganize"
).
public static final String GROUP_GENERATE
"group.generate"
).
public static final String GROUP_SOURCE
GROUP_GENERATE
to be more consistent with main menu bar
structure.
public static final String GROUP_SEARCH
"group.search"
).
public static final String GROUP_ADDITIONS
"additions"
).
public static final String GROUP_VIEWER_SETUP
"group.viewerSetup"
).
public static final String GROUP_PROPERTIES
"group.properties"
).
|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.