comparison org.eclipse.jface/src/org/eclipse/jface/action/IContributionManagerOverrides.d @ 86:12b890a6392a

Work on databinding
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Apr 2009 13:58:35 +0200
parents bc29606a740c
children
comparison
equal deleted inserted replaced
85:6be48cf9f95c 86:12b890a6392a
55 * 55 *
56 * TODO deprecate for 3.1 56 * TODO deprecate for 3.1
57 * @param item the contribution item for which the accelerator value is determined 57 * @param item the contribution item for which the accelerator value is determined
58 * @return the accelerator 58 * @return the accelerator
59 */ 59 */
60 public ValueWrapperInt getAccelerator(IContributionItem item); 60 public Integer getAccelerator(IContributionItem item);
61 61
62 /** 62 /**
63 * This is not intended to be called outside of the workbench. This method 63 * This is not intended to be called outside of the workbench. This method
64 * is intended to be deprecated in 3.1. 64 * is intended to be deprecated in 3.1.
65 * 65 *