View | Details | Raw Unified | Return to bug 238425
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/menus/CommandContributionItemParameter.java (-2 / +2 lines)
Lines 129-135 Link Here
129
	 *            A command id for a defined command. Must not be
129
	 *            A command id for a defined command. Must not be
130
	 *            <code>null</code>.
130
	 *            <code>null</code>.
131
	 * @param style
131
	 * @param style
132
	 *            The style of this menu contribution. See the STYLE_* contants.
132
	 *            The style of this menu contribution. See the CommandContributionItem STYLE_* contants.
133
	 */
133
	 */
134
	public CommandContributionItemParameter(IServiceLocator serviceLocator,
134
	public CommandContributionItemParameter(IServiceLocator serviceLocator,
135
			String id, String commandId, int style) {
135
			String id, String commandId, int style) {
Lines 175-181 Link Here
175
	 *            A tooltip for this item. May be <code>null</code>. Tooltips
175
	 *            A tooltip for this item. May be <code>null</code>. Tooltips
176
	 *            are currently only valid for toolbar contributions.
176
	 *            are currently only valid for toolbar contributions.
177
	 * @param style
177
	 * @param style
178
	 *            The style of this menu contribution. See the STYLE_* contants.
178
	 *            The style of this menu contribution. See the CommandContributionItem STYLE_* contants.
179
	 * @param helpContextId
179
	 * @param helpContextId
180
	 *            the help context id to be applied to this contribution. May be
180
	 *            the help context id to be applied to this contribution. May be
181
	 *            <code>null</code>
181
	 *            <code>null</code>

Return to bug 238425