Java Reference
In-Depth Information
id —The ID of the pop-up menu group contribution. The ID is unique within
a provider.
path —The contribution path of this menu group within the pop-up menu.
The path is a / -delimited String in the following format:
/<submenu_id/>*
The path must start with a / , indicating the root of the contribution man-
ager. Following that could be a submenu_id path that is also / -delimited. There
should be a / at the end of the path. The menu group is inserted at the end of
the last submenu in the path. If the field is omitted, the contribution does not
take place with the pop-up menu.
separator —A flag indicating whether the menu group is a separator
( true —default) or a group marker ( false ).
<!ELEMENT popupAction EMPTY>
<!ATTLIST popupAction
id CDATA #REQUIRED
path CDATA "/additionsGroup">
This element specifies an action to be contributed to a workbench part's pop-
up menu.
id —The ID of the pop-up action contribution. The ID is unique within a
provider.
path —The contribution path of this action within the pop-up. The path is a
/ -delimited String in the following format:
/<submenu_id/>*<group_id|contribution_id>
The path must start with a / , indicating the root of the contribution man-
ager. Following that could be a submenu_id path that is also / -delimited. The
final token in the path is either a group_id or a contribution_id .
If the last token is a group, the contribution is appended to the end of the
group. Otherwise, the contribution is inserted after the given contribution_id .
If the field is omitted, the contribution does not take place with the pop-up menu.
<!ELEMENT popupCustom EMPTY>
<!ATTLIST popupCustom
id CDATA #REQUIRED
path CDATA "/additionsGroup">
Search WWH ::




Custom Search