|
Link Here
|
| 257 |
public static final int ITEM__TOOLTIP = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 2; |
257 |
public static final int ITEM__TOOLTIP = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 2; |
| 258 |
|
258 |
|
| 259 |
/** |
259 |
/** |
| 260 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 261 |
* <!-- begin-user-doc --> |
| 262 |
* <!-- end-user-doc --> |
| 263 |
* @generated |
| 264 |
* @ordered |
| 265 |
*/ |
| 266 |
public static final int ITEM__LOCAL_LABEL = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 3; |
| 267 |
|
| 268 |
/** |
| 269 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 270 |
* <!-- begin-user-doc --> |
| 271 |
* <!-- end-user-doc --> |
| 272 |
* @generated |
| 273 |
* @ordered |
| 274 |
*/ |
| 275 |
public static final int ITEM__LOCAL_TOOLTIP = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 4; |
| 276 |
|
| 277 |
/** |
| 278 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 279 |
* <!-- begin-user-doc --> |
| 280 |
* <!-- end-user-doc --> |
| 281 |
* @generated |
| 282 |
* @ordered |
| 283 |
*/ |
| 284 |
public static final int ITEM__LOCAL_IMAGE = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 5; |
| 285 |
|
| 286 |
/** |
| 287 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
260 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 288 |
* <!-- begin-user-doc --> |
261 |
* <!-- begin-user-doc --> |
| 289 |
* <!-- end-user-doc --> |
262 |
* <!-- end-user-doc --> |
| 290 |
* @generated |
263 |
* @generated |
| 291 |
* @ordered |
264 |
* @ordered |
| 292 |
*/ |
265 |
*/ |
| 293 |
public static final int ITEM__ENABLED = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 6; |
266 |
public static final int ITEM__ENABLED = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 3; |
| 294 |
|
267 |
|
| 295 |
/** |
268 |
/** |
| 296 |
* The feature id for the '<em><b>Selected</b></em>' attribute. |
269 |
* The feature id for the '<em><b>Selected</b></em>' attribute. |
|
Link Here
|
| 299 |
* @generated |
272 |
* @generated |
| 300 |
* @ordered |
273 |
* @ordered |
| 301 |
*/ |
274 |
*/ |
| 302 |
public static final int ITEM__SELECTED = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 7; |
275 |
public static final int ITEM__SELECTED = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 4; |
| 303 |
|
276 |
|
| 304 |
/** |
277 |
/** |
| 305 |
* The feature id for the '<em><b>Type</b></em>' attribute. |
278 |
* The feature id for the '<em><b>Type</b></em>' attribute. |
|
Link Here
|
| 308 |
* @generated |
281 |
* @generated |
| 309 |
* @ordered |
282 |
* @ordered |
| 310 |
*/ |
283 |
*/ |
| 311 |
public static final int ITEM__TYPE = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 8; |
284 |
public static final int ITEM__TYPE = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 5; |
| 312 |
|
285 |
|
| 313 |
/** |
286 |
/** |
| 314 |
* The number of structural features of the '<em>Item</em>' class. |
287 |
* The number of structural features of the '<em>Item</em>' class. |
|
Link Here
|
| 317 |
* @generated |
290 |
* @generated |
| 318 |
* @ordered |
291 |
* @ordered |
| 319 |
*/ |
292 |
*/ |
| 320 |
public static final int ITEM_FEATURE_COUNT = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 9; |
293 |
public static final int ITEM_FEATURE_COUNT = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 6; |
| 321 |
|
294 |
|
| 322 |
/** |
295 |
/** |
| 323 |
* The meta object id for the '{@link org.eclipse.e4.ui.model.application.ui.menu.impl.HandledItemImpl <em>Handled Item</em>}' class. |
296 |
* The meta object id for the '{@link org.eclipse.e4.ui.model.application.ui.menu.impl.HandledItemImpl <em>Handled Item</em>}' class. |
|
Link Here
|
| 474 |
public static final int HANDLED_ITEM__TOOLTIP = ITEM__TOOLTIP; |
447 |
public static final int HANDLED_ITEM__TOOLTIP = ITEM__TOOLTIP; |
| 475 |
|
448 |
|
| 476 |
/** |
449 |
/** |
| 477 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 478 |
* <!-- begin-user-doc --> |
| 479 |
* <!-- end-user-doc --> |
| 480 |
* @generated |
| 481 |
* @ordered |
| 482 |
*/ |
| 483 |
public static final int HANDLED_ITEM__LOCAL_LABEL = ITEM__LOCAL_LABEL; |
| 484 |
|
| 485 |
/** |
| 486 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 487 |
* <!-- begin-user-doc --> |
| 488 |
* <!-- end-user-doc --> |
| 489 |
* @generated |
| 490 |
* @ordered |
| 491 |
*/ |
| 492 |
public static final int HANDLED_ITEM__LOCAL_TOOLTIP = ITEM__LOCAL_TOOLTIP; |
| 493 |
|
| 494 |
/** |
| 495 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 496 |
* <!-- begin-user-doc --> |
| 497 |
* <!-- end-user-doc --> |
| 498 |
* @generated |
| 499 |
* @ordered |
| 500 |
*/ |
| 501 |
public static final int HANDLED_ITEM__LOCAL_IMAGE = ITEM__LOCAL_IMAGE; |
| 502 |
|
| 503 |
/** |
| 504 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
450 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 505 |
* <!-- begin-user-doc --> |
451 |
* <!-- begin-user-doc --> |
| 506 |
* <!-- end-user-doc --> |
452 |
* <!-- end-user-doc --> |
|
Link Here
|
| 718 |
public static final int MENU_ELEMENT__TOOLTIP = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 2; |
664 |
public static final int MENU_ELEMENT__TOOLTIP = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 2; |
| 719 |
|
665 |
|
| 720 |
/** |
666 |
/** |
| 721 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 722 |
* <!-- begin-user-doc --> |
| 723 |
* <!-- end-user-doc --> |
| 724 |
* @generated |
| 725 |
* @ordered |
| 726 |
*/ |
| 727 |
public static final int MENU_ELEMENT__LOCAL_LABEL = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 3; |
| 728 |
|
| 729 |
/** |
| 730 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 731 |
* <!-- begin-user-doc --> |
| 732 |
* <!-- end-user-doc --> |
| 733 |
* @generated |
| 734 |
* @ordered |
| 735 |
*/ |
| 736 |
public static final int MENU_ELEMENT__LOCAL_TOOLTIP = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 4; |
| 737 |
|
| 738 |
/** |
| 739 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 740 |
* <!-- begin-user-doc --> |
| 741 |
* <!-- end-user-doc --> |
| 742 |
* @generated |
| 743 |
* @ordered |
| 744 |
*/ |
| 745 |
public static final int MENU_ELEMENT__LOCAL_IMAGE = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 5; |
| 746 |
|
| 747 |
/** |
| 748 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
667 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 749 |
* <!-- begin-user-doc --> |
668 |
* <!-- begin-user-doc --> |
| 750 |
* <!-- end-user-doc --> |
669 |
* <!-- end-user-doc --> |
| 751 |
* @generated |
670 |
* @generated |
| 752 |
* @ordered |
671 |
* @ordered |
| 753 |
*/ |
672 |
*/ |
| 754 |
public static final int MENU_ELEMENT__MNEMONICS = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 6; |
673 |
public static final int MENU_ELEMENT__MNEMONICS = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 3; |
| 755 |
|
674 |
|
| 756 |
/** |
675 |
/** |
| 757 |
* The number of structural features of the '<em>Element</em>' class. |
676 |
* The number of structural features of the '<em>Element</em>' class. |
|
Link Here
|
| 760 |
* @generated |
679 |
* @generated |
| 761 |
* @ordered |
680 |
* @ordered |
| 762 |
*/ |
681 |
*/ |
| 763 |
public static final int MENU_ELEMENT_FEATURE_COUNT = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 7; |
682 |
public static final int MENU_ELEMENT_FEATURE_COUNT = UiPackageImpl.UI_ELEMENT_FEATURE_COUNT + 4; |
| 764 |
|
683 |
|
| 765 |
/** |
684 |
/** |
| 766 |
* The meta object id for the '{@link org.eclipse.e4.ui.model.application.ui.menu.impl.MenuItemImpl <em>Item</em>}' class. |
685 |
* The meta object id for the '{@link org.eclipse.e4.ui.model.application.ui.menu.impl.MenuItemImpl <em>Item</em>}' class. |
|
Link Here
|
| 917 |
public static final int MENU_ITEM__TOOLTIP = ITEM__TOOLTIP; |
836 |
public static final int MENU_ITEM__TOOLTIP = ITEM__TOOLTIP; |
| 918 |
|
837 |
|
| 919 |
/** |
838 |
/** |
| 920 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 921 |
* <!-- begin-user-doc --> |
| 922 |
* <!-- end-user-doc --> |
| 923 |
* @generated |
| 924 |
* @ordered |
| 925 |
*/ |
| 926 |
public static final int MENU_ITEM__LOCAL_LABEL = ITEM__LOCAL_LABEL; |
| 927 |
|
| 928 |
/** |
| 929 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 930 |
* <!-- begin-user-doc --> |
| 931 |
* <!-- end-user-doc --> |
| 932 |
* @generated |
| 933 |
* @ordered |
| 934 |
*/ |
| 935 |
public static final int MENU_ITEM__LOCAL_TOOLTIP = ITEM__LOCAL_TOOLTIP; |
| 936 |
|
| 937 |
/** |
| 938 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 939 |
* <!-- begin-user-doc --> |
| 940 |
* <!-- end-user-doc --> |
| 941 |
* @generated |
| 942 |
* @ordered |
| 943 |
*/ |
| 944 |
public static final int MENU_ITEM__LOCAL_IMAGE = ITEM__LOCAL_IMAGE; |
| 945 |
|
| 946 |
/** |
| 947 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
839 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 948 |
* <!-- begin-user-doc --> |
840 |
* <!-- begin-user-doc --> |
| 949 |
* <!-- end-user-doc --> |
841 |
* <!-- end-user-doc --> |
|
Link Here
|
| 1143 |
public static final int MENU_SEPARATOR__TOOLTIP = MENU_ELEMENT__TOOLTIP; |
1035 |
public static final int MENU_SEPARATOR__TOOLTIP = MENU_ELEMENT__TOOLTIP; |
| 1144 |
|
1036 |
|
| 1145 |
/** |
1037 |
/** |
| 1146 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 1147 |
* <!-- begin-user-doc --> |
| 1148 |
* <!-- end-user-doc --> |
| 1149 |
* @generated |
| 1150 |
* @ordered |
| 1151 |
*/ |
| 1152 |
public static final int MENU_SEPARATOR__LOCAL_LABEL = MENU_ELEMENT__LOCAL_LABEL; |
| 1153 |
|
| 1154 |
/** |
| 1155 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 1156 |
* <!-- begin-user-doc --> |
| 1157 |
* <!-- end-user-doc --> |
| 1158 |
* @generated |
| 1159 |
* @ordered |
| 1160 |
*/ |
| 1161 |
public static final int MENU_SEPARATOR__LOCAL_TOOLTIP = MENU_ELEMENT__LOCAL_TOOLTIP; |
| 1162 |
|
| 1163 |
/** |
| 1164 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 1165 |
* <!-- begin-user-doc --> |
| 1166 |
* <!-- end-user-doc --> |
| 1167 |
* @generated |
| 1168 |
* @ordered |
| 1169 |
*/ |
| 1170 |
public static final int MENU_SEPARATOR__LOCAL_IMAGE = MENU_ELEMENT__LOCAL_IMAGE; |
| 1171 |
|
| 1172 |
/** |
| 1173 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
1038 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 1174 |
* <!-- begin-user-doc --> |
1039 |
* <!-- begin-user-doc --> |
| 1175 |
* <!-- end-user-doc --> |
1040 |
* <!-- end-user-doc --> |
|
Link Here
|
| 1342 |
public static final int MENU__TOOLTIP = MENU_ELEMENT__TOOLTIP; |
1207 |
public static final int MENU__TOOLTIP = MENU_ELEMENT__TOOLTIP; |
| 1343 |
|
1208 |
|
| 1344 |
/** |
1209 |
/** |
| 1345 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 1346 |
* <!-- begin-user-doc --> |
| 1347 |
* <!-- end-user-doc --> |
| 1348 |
* @generated |
| 1349 |
* @ordered |
| 1350 |
*/ |
| 1351 |
public static final int MENU__LOCAL_LABEL = MENU_ELEMENT__LOCAL_LABEL; |
| 1352 |
|
| 1353 |
/** |
| 1354 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 1355 |
* <!-- begin-user-doc --> |
| 1356 |
* <!-- end-user-doc --> |
| 1357 |
* @generated |
| 1358 |
* @ordered |
| 1359 |
*/ |
| 1360 |
public static final int MENU__LOCAL_TOOLTIP = MENU_ELEMENT__LOCAL_TOOLTIP; |
| 1361 |
|
| 1362 |
/** |
| 1363 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 1364 |
* <!-- begin-user-doc --> |
| 1365 |
* <!-- end-user-doc --> |
| 1366 |
* @generated |
| 1367 |
* @ordered |
| 1368 |
*/ |
| 1369 |
public static final int MENU__LOCAL_IMAGE = MENU_ELEMENT__LOCAL_IMAGE; |
| 1370 |
|
| 1371 |
/** |
| 1372 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
1210 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 1373 |
* <!-- begin-user-doc --> |
1211 |
* <!-- begin-user-doc --> |
| 1374 |
* <!-- end-user-doc --> |
1212 |
* <!-- end-user-doc --> |
|
Link Here
|
| 1740 |
public static final int POPUP_MENU__TOOLTIP = MENU__TOOLTIP; |
1578 |
public static final int POPUP_MENU__TOOLTIP = MENU__TOOLTIP; |
| 1741 |
|
1579 |
|
| 1742 |
/** |
1580 |
/** |
| 1743 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 1744 |
* <!-- begin-user-doc --> |
| 1745 |
* <!-- end-user-doc --> |
| 1746 |
* @generated |
| 1747 |
* @ordered |
| 1748 |
*/ |
| 1749 |
public static final int POPUP_MENU__LOCAL_LABEL = MENU__LOCAL_LABEL; |
| 1750 |
|
| 1751 |
/** |
| 1752 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 1753 |
* <!-- begin-user-doc --> |
| 1754 |
* <!-- end-user-doc --> |
| 1755 |
* @generated |
| 1756 |
* @ordered |
| 1757 |
*/ |
| 1758 |
public static final int POPUP_MENU__LOCAL_TOOLTIP = MENU__LOCAL_TOOLTIP; |
| 1759 |
|
| 1760 |
/** |
| 1761 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 1762 |
* <!-- begin-user-doc --> |
| 1763 |
* <!-- end-user-doc --> |
| 1764 |
* @generated |
| 1765 |
* @ordered |
| 1766 |
*/ |
| 1767 |
public static final int POPUP_MENU__LOCAL_IMAGE = MENU__LOCAL_IMAGE; |
| 1768 |
|
| 1769 |
/** |
| 1770 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
1581 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 1771 |
* <!-- begin-user-doc --> |
1582 |
* <!-- begin-user-doc --> |
| 1772 |
* <!-- end-user-doc --> |
1583 |
* <!-- end-user-doc --> |
|
Link Here
|
| 1993 |
public static final int DIRECT_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
1804 |
public static final int DIRECT_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
| 1994 |
|
1805 |
|
| 1995 |
/** |
1806 |
/** |
| 1996 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 1997 |
* <!-- begin-user-doc --> |
| 1998 |
* <!-- end-user-doc --> |
| 1999 |
* @generated |
| 2000 |
* @ordered |
| 2001 |
*/ |
| 2002 |
public static final int DIRECT_MENU_ITEM__LOCAL_LABEL = MENU_ITEM__LOCAL_LABEL; |
| 2003 |
|
| 2004 |
/** |
| 2005 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 2006 |
* <!-- begin-user-doc --> |
| 2007 |
* <!-- end-user-doc --> |
| 2008 |
* @generated |
| 2009 |
* @ordered |
| 2010 |
*/ |
| 2011 |
public static final int DIRECT_MENU_ITEM__LOCAL_TOOLTIP = MENU_ITEM__LOCAL_TOOLTIP; |
| 2012 |
|
| 2013 |
/** |
| 2014 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 2015 |
* <!-- begin-user-doc --> |
| 2016 |
* <!-- end-user-doc --> |
| 2017 |
* @generated |
| 2018 |
* @ordered |
| 2019 |
*/ |
| 2020 |
public static final int DIRECT_MENU_ITEM__LOCAL_IMAGE = MENU_ITEM__LOCAL_IMAGE; |
| 2021 |
|
| 2022 |
/** |
| 2023 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
1807 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 2024 |
* <!-- begin-user-doc --> |
1808 |
* <!-- begin-user-doc --> |
| 2025 |
* <!-- end-user-doc --> |
1809 |
* <!-- end-user-doc --> |
|
Link Here
|
| 2246 |
public static final int HANDLED_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
2030 |
public static final int HANDLED_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
| 2247 |
|
2031 |
|
| 2248 |
/** |
2032 |
/** |
| 2249 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 2250 |
* <!-- begin-user-doc --> |
| 2251 |
* <!-- end-user-doc --> |
| 2252 |
* @generated |
| 2253 |
* @ordered |
| 2254 |
*/ |
| 2255 |
public static final int HANDLED_MENU_ITEM__LOCAL_LABEL = MENU_ITEM__LOCAL_LABEL; |
| 2256 |
|
| 2257 |
/** |
| 2258 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 2259 |
* <!-- begin-user-doc --> |
| 2260 |
* <!-- end-user-doc --> |
| 2261 |
* @generated |
| 2262 |
* @ordered |
| 2263 |
*/ |
| 2264 |
public static final int HANDLED_MENU_ITEM__LOCAL_TOOLTIP = MENU_ITEM__LOCAL_TOOLTIP; |
| 2265 |
|
| 2266 |
/** |
| 2267 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 2268 |
* <!-- begin-user-doc --> |
| 2269 |
* <!-- end-user-doc --> |
| 2270 |
* @generated |
| 2271 |
* @ordered |
| 2272 |
*/ |
| 2273 |
public static final int HANDLED_MENU_ITEM__LOCAL_IMAGE = MENU_ITEM__LOCAL_IMAGE; |
| 2274 |
|
| 2275 |
/** |
| 2276 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
2033 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 2277 |
* <!-- begin-user-doc --> |
2034 |
* <!-- begin-user-doc --> |
| 2278 |
* <!-- end-user-doc --> |
2035 |
* <!-- end-user-doc --> |
|
Link Here
|
| 2499 |
public static final int TOOL_ITEM__TOOLTIP = ITEM__TOOLTIP; |
2256 |
public static final int TOOL_ITEM__TOOLTIP = ITEM__TOOLTIP; |
| 2500 |
|
2257 |
|
| 2501 |
/** |
2258 |
/** |
| 2502 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 2503 |
* <!-- begin-user-doc --> |
| 2504 |
* <!-- end-user-doc --> |
| 2505 |
* @generated |
| 2506 |
* @ordered |
| 2507 |
*/ |
| 2508 |
public static final int TOOL_ITEM__LOCAL_LABEL = ITEM__LOCAL_LABEL; |
| 2509 |
|
| 2510 |
/** |
| 2511 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 2512 |
* <!-- begin-user-doc --> |
| 2513 |
* <!-- end-user-doc --> |
| 2514 |
* @generated |
| 2515 |
* @ordered |
| 2516 |
*/ |
| 2517 |
public static final int TOOL_ITEM__LOCAL_TOOLTIP = ITEM__LOCAL_TOOLTIP; |
| 2518 |
|
| 2519 |
/** |
| 2520 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 2521 |
* <!-- begin-user-doc --> |
| 2522 |
* <!-- end-user-doc --> |
| 2523 |
* @generated |
| 2524 |
* @ordered |
| 2525 |
*/ |
| 2526 |
public static final int TOOL_ITEM__LOCAL_IMAGE = ITEM__LOCAL_IMAGE; |
| 2527 |
|
| 2528 |
/** |
| 2529 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
2259 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 2530 |
* <!-- begin-user-doc --> |
2260 |
* <!-- begin-user-doc --> |
| 2531 |
* <!-- end-user-doc --> |
2261 |
* <!-- end-user-doc --> |
|
Link Here
|
| 3178 |
public static final int HANDLED_TOOL_ITEM__TOOLTIP = TOOL_ITEM__TOOLTIP; |
2908 |
public static final int HANDLED_TOOL_ITEM__TOOLTIP = TOOL_ITEM__TOOLTIP; |
| 3179 |
|
2909 |
|
| 3180 |
/** |
2910 |
/** |
| 3181 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 3182 |
* <!-- begin-user-doc --> |
| 3183 |
* <!-- end-user-doc --> |
| 3184 |
* @generated |
| 3185 |
* @ordered |
| 3186 |
*/ |
| 3187 |
public static final int HANDLED_TOOL_ITEM__LOCAL_LABEL = TOOL_ITEM__LOCAL_LABEL; |
| 3188 |
|
| 3189 |
/** |
| 3190 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 3191 |
* <!-- begin-user-doc --> |
| 3192 |
* <!-- end-user-doc --> |
| 3193 |
* @generated |
| 3194 |
* @ordered |
| 3195 |
*/ |
| 3196 |
public static final int HANDLED_TOOL_ITEM__LOCAL_TOOLTIP = TOOL_ITEM__LOCAL_TOOLTIP; |
| 3197 |
|
| 3198 |
/** |
| 3199 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 3200 |
* <!-- begin-user-doc --> |
| 3201 |
* <!-- end-user-doc --> |
| 3202 |
* @generated |
| 3203 |
* @ordered |
| 3204 |
*/ |
| 3205 |
public static final int HANDLED_TOOL_ITEM__LOCAL_IMAGE = TOOL_ITEM__LOCAL_IMAGE; |
| 3206 |
|
| 3207 |
/** |
| 3208 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
2911 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 3209 |
* <!-- begin-user-doc --> |
2912 |
* <!-- begin-user-doc --> |
| 3210 |
* <!-- end-user-doc --> |
2913 |
* <!-- end-user-doc --> |
|
Link Here
|
| 3431 |
public static final int DIRECT_TOOL_ITEM__TOOLTIP = TOOL_ITEM__TOOLTIP; |
3134 |
public static final int DIRECT_TOOL_ITEM__TOOLTIP = TOOL_ITEM__TOOLTIP; |
| 3432 |
|
3135 |
|
| 3433 |
/** |
3136 |
/** |
| 3434 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 3435 |
* <!-- begin-user-doc --> |
| 3436 |
* <!-- end-user-doc --> |
| 3437 |
* @generated |
| 3438 |
* @ordered |
| 3439 |
*/ |
| 3440 |
public static final int DIRECT_TOOL_ITEM__LOCAL_LABEL = TOOL_ITEM__LOCAL_LABEL; |
| 3441 |
|
| 3442 |
/** |
| 3443 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 3444 |
* <!-- begin-user-doc --> |
| 3445 |
* <!-- end-user-doc --> |
| 3446 |
* @generated |
| 3447 |
* @ordered |
| 3448 |
*/ |
| 3449 |
public static final int DIRECT_TOOL_ITEM__LOCAL_TOOLTIP = TOOL_ITEM__LOCAL_TOOLTIP; |
| 3450 |
|
| 3451 |
/** |
| 3452 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 3453 |
* <!-- begin-user-doc --> |
| 3454 |
* <!-- end-user-doc --> |
| 3455 |
* @generated |
| 3456 |
* @ordered |
| 3457 |
*/ |
| 3458 |
public static final int DIRECT_TOOL_ITEM__LOCAL_IMAGE = TOOL_ITEM__LOCAL_IMAGE; |
| 3459 |
|
| 3460 |
/** |
| 3461 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
3137 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 3462 |
* <!-- begin-user-doc --> |
3138 |
* <!-- begin-user-doc --> |
| 3463 |
* <!-- end-user-doc --> |
3139 |
* <!-- end-user-doc --> |
|
Link Here
|
| 3848 |
public static final int RENDERED_MENU__TOOLTIP = MENU__TOOLTIP; |
3524 |
public static final int RENDERED_MENU__TOOLTIP = MENU__TOOLTIP; |
| 3849 |
|
3525 |
|
| 3850 |
/** |
3526 |
/** |
| 3851 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 3852 |
* <!-- begin-user-doc --> |
| 3853 |
* <!-- end-user-doc --> |
| 3854 |
* @generated |
| 3855 |
* @ordered |
| 3856 |
*/ |
| 3857 |
public static final int RENDERED_MENU__LOCAL_LABEL = MENU__LOCAL_LABEL; |
| 3858 |
|
| 3859 |
/** |
| 3860 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 3861 |
* <!-- begin-user-doc --> |
| 3862 |
* <!-- end-user-doc --> |
| 3863 |
* @generated |
| 3864 |
* @ordered |
| 3865 |
*/ |
| 3866 |
public static final int RENDERED_MENU__LOCAL_TOOLTIP = MENU__LOCAL_TOOLTIP; |
| 3867 |
|
| 3868 |
/** |
| 3869 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 3870 |
* <!-- begin-user-doc --> |
| 3871 |
* <!-- end-user-doc --> |
| 3872 |
* @generated |
| 3873 |
* @ordered |
| 3874 |
*/ |
| 3875 |
public static final int RENDERED_MENU__LOCAL_IMAGE = MENU__LOCAL_IMAGE; |
| 3876 |
|
| 3877 |
/** |
| 3878 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
3527 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 3879 |
* <!-- begin-user-doc --> |
3528 |
* <!-- begin-user-doc --> |
| 3880 |
* <!-- end-user-doc --> |
3529 |
* <!-- end-user-doc --> |
|
Link Here
|
| 4646 |
public static final int RENDERED_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
4295 |
public static final int RENDERED_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
| 4647 |
|
4296 |
|
| 4648 |
/** |
4297 |
/** |
| 4649 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 4650 |
* <!-- begin-user-doc --> |
| 4651 |
* <!-- end-user-doc --> |
| 4652 |
* @generated |
| 4653 |
* @ordered |
| 4654 |
*/ |
| 4655 |
public static final int RENDERED_MENU_ITEM__LOCAL_LABEL = MENU_ITEM__LOCAL_LABEL; |
| 4656 |
|
| 4657 |
/** |
| 4658 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 4659 |
* <!-- begin-user-doc --> |
| 4660 |
* <!-- end-user-doc --> |
| 4661 |
* @generated |
| 4662 |
* @ordered |
| 4663 |
*/ |
| 4664 |
public static final int RENDERED_MENU_ITEM__LOCAL_TOOLTIP = MENU_ITEM__LOCAL_TOOLTIP; |
| 4665 |
|
| 4666 |
/** |
| 4667 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 4668 |
* <!-- begin-user-doc --> |
| 4669 |
* <!-- end-user-doc --> |
| 4670 |
* @generated |
| 4671 |
* @ordered |
| 4672 |
*/ |
| 4673 |
public static final int RENDERED_MENU_ITEM__LOCAL_IMAGE = MENU_ITEM__LOCAL_IMAGE; |
| 4674 |
|
| 4675 |
/** |
| 4676 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
4298 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 4677 |
* <!-- begin-user-doc --> |
4299 |
* <!-- begin-user-doc --> |
| 4678 |
* <!-- end-user-doc --> |
4300 |
* <!-- end-user-doc --> |
|
Link Here
|
| 4881 |
public static final int OPAQUE_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
4503 |
public static final int OPAQUE_MENU_ITEM__TOOLTIP = MENU_ITEM__TOOLTIP; |
| 4882 |
|
4504 |
|
| 4883 |
/** |
4505 |
/** |
| 4884 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 4885 |
* <!-- begin-user-doc --> |
| 4886 |
* <!-- end-user-doc --> |
| 4887 |
* @generated |
| 4888 |
* @ordered |
| 4889 |
*/ |
| 4890 |
public static final int OPAQUE_MENU_ITEM__LOCAL_LABEL = MENU_ITEM__LOCAL_LABEL; |
| 4891 |
|
| 4892 |
/** |
| 4893 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 4894 |
* <!-- begin-user-doc --> |
| 4895 |
* <!-- end-user-doc --> |
| 4896 |
* @generated |
| 4897 |
* @ordered |
| 4898 |
*/ |
| 4899 |
public static final int OPAQUE_MENU_ITEM__LOCAL_TOOLTIP = MENU_ITEM__LOCAL_TOOLTIP; |
| 4900 |
|
| 4901 |
/** |
| 4902 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 4903 |
* <!-- begin-user-doc --> |
| 4904 |
* <!-- end-user-doc --> |
| 4905 |
* @generated |
| 4906 |
* @ordered |
| 4907 |
*/ |
| 4908 |
public static final int OPAQUE_MENU_ITEM__LOCAL_IMAGE = MENU_ITEM__LOCAL_IMAGE; |
| 4909 |
|
| 4910 |
/** |
| 4911 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
4506 |
* The feature id for the '<em><b>Enabled</b></em>' attribute. |
| 4912 |
* <!-- begin-user-doc --> |
4507 |
* <!-- begin-user-doc --> |
| 4913 |
* <!-- end-user-doc --> |
4508 |
* <!-- end-user-doc --> |
|
Link Here
|
| 5116 |
public static final int OPAQUE_MENU_SEPARATOR__TOOLTIP = MENU_SEPARATOR__TOOLTIP; |
4711 |
public static final int OPAQUE_MENU_SEPARATOR__TOOLTIP = MENU_SEPARATOR__TOOLTIP; |
| 5117 |
|
4712 |
|
| 5118 |
/** |
4713 |
/** |
| 5119 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 5120 |
* <!-- begin-user-doc --> |
| 5121 |
* <!-- end-user-doc --> |
| 5122 |
* @generated |
| 5123 |
* @ordered |
| 5124 |
*/ |
| 5125 |
public static final int OPAQUE_MENU_SEPARATOR__LOCAL_LABEL = MENU_SEPARATOR__LOCAL_LABEL; |
| 5126 |
|
| 5127 |
/** |
| 5128 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 5129 |
* <!-- begin-user-doc --> |
| 5130 |
* <!-- end-user-doc --> |
| 5131 |
* @generated |
| 5132 |
* @ordered |
| 5133 |
*/ |
| 5134 |
public static final int OPAQUE_MENU_SEPARATOR__LOCAL_TOOLTIP = MENU_SEPARATOR__LOCAL_TOOLTIP; |
| 5135 |
|
| 5136 |
/** |
| 5137 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 5138 |
* <!-- begin-user-doc --> |
| 5139 |
* <!-- end-user-doc --> |
| 5140 |
* @generated |
| 5141 |
* @ordered |
| 5142 |
*/ |
| 5143 |
public static final int OPAQUE_MENU_SEPARATOR__LOCAL_IMAGE = MENU_SEPARATOR__LOCAL_IMAGE; |
| 5144 |
|
| 5145 |
/** |
| 5146 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
4714 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 5147 |
* <!-- begin-user-doc --> |
4715 |
* <!-- begin-user-doc --> |
| 5148 |
* <!-- end-user-doc --> |
4716 |
* <!-- end-user-doc --> |
|
Link Here
|
| 5324 |
public static final int OPAQUE_MENU__TOOLTIP = MENU__TOOLTIP; |
4892 |
public static final int OPAQUE_MENU__TOOLTIP = MENU__TOOLTIP; |
| 5325 |
|
4893 |
|
| 5326 |
/** |
4894 |
/** |
| 5327 |
* The feature id for the '<em><b>Local Label</b></em>' attribute. |
|
|
| 5328 |
* <!-- begin-user-doc --> |
| 5329 |
* <!-- end-user-doc --> |
| 5330 |
* @generated |
| 5331 |
* @ordered |
| 5332 |
*/ |
| 5333 |
public static final int OPAQUE_MENU__LOCAL_LABEL = MENU__LOCAL_LABEL; |
| 5334 |
|
| 5335 |
/** |
| 5336 |
* The feature id for the '<em><b>Local Tooltip</b></em>' attribute. |
| 5337 |
* <!-- begin-user-doc --> |
| 5338 |
* <!-- end-user-doc --> |
| 5339 |
* @generated |
| 5340 |
* @ordered |
| 5341 |
*/ |
| 5342 |
public static final int OPAQUE_MENU__LOCAL_TOOLTIP = MENU__LOCAL_TOOLTIP; |
| 5343 |
|
| 5344 |
/** |
| 5345 |
* The feature id for the '<em><b>Local Image</b></em>' attribute. |
| 5346 |
* <!-- begin-user-doc --> |
| 5347 |
* <!-- end-user-doc --> |
| 5348 |
* @generated |
| 5349 |
* @ordered |
| 5350 |
*/ |
| 5351 |
public static final int OPAQUE_MENU__LOCAL_IMAGE = MENU__LOCAL_IMAGE; |
| 5352 |
|
| 5353 |
/** |
| 5354 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
4895 |
* The feature id for the '<em><b>Mnemonics</b></em>' attribute. |
| 5355 |
* <!-- begin-user-doc --> |
4896 |
* <!-- begin-user-doc --> |
| 5356 |
* <!-- end-user-doc --> |
4897 |
* <!-- end-user-doc --> |