Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- drools
- Spring
- @SqlResultSetMapping
- MySQL
- jquery serialize
- java tip
- COC
- spring security
- JPA
- spring transaction
- jstl
- Hudson
- guvnor
- SVN
- maven
- Drools Fusion
- JBoss Seam
- querydsl
- gwt
- jenkins
- rember me
- gwt-ext
- jquery
- spring jpa
- GEventEvaluator
- zabbix
- bootstrap jquery datepicker
- custom filter
- CEP
- ibatis
Archives
- Today
- Total
봉 블로그
Eclipse Plug-in 개발tip 본문
Extensions
http://www.programcreek.com/2012/02/commonly-used-eclpse-workbench-extension-points/
2. Commonly Used Extension Points
The following are commonly or frequently used extension points of Workbench and their purposes.
org.eclipse.ui.views - add a vieworg.eclipse.ui.viewActions - add an action under a vieworg.eclipse.ui.editors - allows a user to edit an object(e.g. file), it is like a view, but can be opened multiple times.org.eclipse.ui.editorActions - add action under an editororg.eclipse.ui.popupMenus - add a popup menu. A popup menu is a memu shown by right-clicking. There are two types, one is popup for an object, the other is for popup in editor.org.eclipse.ui.actionSets - use for adding menus, menu items, and tool bar items to the workbench menus and toolbar.org.eclipse.ui.commands - declaration of a behaviour by id, then other plugins can use the command. It allows "define once, use everywhere".org.eclipse.ui.menus - can associate with a command and place the command in the main menu, view dropdown menus, context menus, main toolbar, view toolbars, and various trim locations.org.eclipse.ui.handlers - define handler for a commandorg.eclipse.ui.bindings - bind shortcut key for a command
org.eclipse.ui.menus
- help: http://wiki.eclipse.org/Menu_Contributions/ko
- menuContribution locationURI : popup:org.eclipse.ui.popup.any?after=additions