1. eclipse page에 가서 plug-in 용을 download 받는다.
https://www.eclipse.org/downloads/eclipse-packages/
2. Plugin 용 Project 를 생성한다.
New-> Plug-in project 로 생성 시, 확장자를 설정해준다.
실행 -> makePlugIn 파일에서 실행 혹은 디버그 클릭.
새 Project 가 열리고, 위에서 설정한 확장자로 파일을 생성하면 Plugin로 개발된 Application이 실행된다.
<Tip> Swing 디자인 패키지 사용하기!
SWT, JFace, RCP, Swing 등
Help - Eclipse Marketplace - WindowBuiler 1.9.0
API 참조 :
http://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fapi%2Forg%2Feclipse%2Fswt%2Fwidgets%2FComposite.html
[Eclipse RCP 3 Tutorial for Beginners] - Workbench Application
참조 : https://o7planning.org/en/10185/eclipse-rcp-3-tutorial-for-beginners-workbench-application
'Programmer' 카테고리의 다른 글
[Plugin 만들기] UI 설계 (0) | 2018.03.20 |
---|---|
Jacson을 이용한 xml 형식의 string to object Convert (0) | 2018.03.16 |
How do I insert text in the active text editor? (0) | 2018.03.14 |
Library Download Site(Jackson) (0) | 2018.03.14 |
jFace: TreeViewer example (0) | 2018.03.13 |
FAQ How do I create an Outline view for my own language editor (0) | 2018.03.13 |