이클립스 SWT로 외부 프로그램 실행하기 이클립스 SWT에는 org.eclipse.swt.program.Program 클래스(http://goo.gl/kurMm)가 있다. filename에 해당하는 프로그램을 실행하거나, filename의 확장자를 보고 OS에 설정된 기본 프로그램을 실행해준다. 결국, 다음 코드로 OS 기본 브라우저를 띄워줄 수도 있다. Eclipse 2010.11.18
Nicolas Richeton SWT가지고 참 멋진 컴포넌트와 효과를 만들어내는구나... 갤러리 위젯 ( http://blog.richeton.com/nebula-gallery-widget-screenshots/ ) SWT Animation Toolkit ( http://blog.richeton.com/swt-animation-toolkit/ ) ShareMedia ( http://blog.richeton.com/sharemedia/ ) RCP로 만든 사진 관리 툴. Eclipse 2010.06.16
SWT Text에 입력 프롬프트 넣기 출처 : http://blog.eclipse-tips.com/2009/01/adding-input-prompt-to-swt-text.html 다음 그림과 같이 입력 전에 Text에 입력을 유도하는 메세지를 넣어준다. 다음 static method를 Util 용으로 작성해둔다. 실제 사용시에는 다음 한 줄만 있으면 된다. Eclipse 2009.04.29
SWTChart 0.3.0 참조 : http://www.swtchart.org/index.html JFreeChart랑 SWT_AWT Bridge 이용해서 Chart Component를 이용하고 있는데, 처음 Chart Component 조사를 할 때 봤던게, 드디어(?) 0.3.0이 되었다. 좋은게 아니라, 그냥 유지되고 있음에 감사할 따름이다. 아직 종류가 많이 없는데 (Pie Chart도 없다...) 간단히 살펴본 바로는 이게 워낙 심플해서(소스 포함 140KB) 충분히 확장해서 구현도 가능할 것같다. 사실 JFreeChart도 SWT로 포팅(?)하는 작업을 하고 있는데, 최근에 관심을 가지지 않아서 어떻게 진행되고 있는지 모르겠다. Eclipse 2008.12.20
SWT Ribbon Control 참조 : http://www.hexapixel.com/ribbon/ 이클립스 SWT로 MicroSoft Office 2007 의 UI Ribbon을 흉내냈다~ 직접 동작 테스트를 해보진 않았다. 그러나, 이미 누군가가 한 번 해본(http://eclipser-blog.blogspot.com/2008/11/swt-ribbon-again.html) 것 같다. 스크린샷만 봐서는 잘 되는거 같은데,,,, 어쨌든 재밌구나, 이런 것도 해내고~!! 추가로, 이클립스 Nebula 프로젝트에 Component가 추가된 것 같다. http://www.eclipse.org/nebula/ Eclipse 2008.11.30
[번역완료] Swing/SWT Integration 스윙/SWT 통합 요약종종 스윙과 SWT가 기술 경쟁을 하는 것처럼 보여진다. 몇몇 사람들은 클라이언트 어플리케이션을 위해 하나의 UI 툴킷을 사용하는 것을 고집하기도 한다. 그러나 현실에서는 극단적인 생각은 오히려 비현실적이다. 하나의 어플리케이션에서도 각각의 기술이 공존해서 사용될 필요가 있는 경우가 있다. 두 가지 기술을 섞어서 사용하는 것이 간단한 일은 아닐지라도, 할 수는 있다. 게다가 두 기술을 자연스럽게 통합할 수도 있다. 이 문서에서는 자연스러운 스윙/SWT 통합을 위해 필요한 단계들을 설명한다. 여기서는 SWT 기반의 RCP 어플리케이션에 스윙 컴포넌트를 포함시키는 경우를 예로 들었다. 원문 :http://www.eclipse.org/articles/Article-Swing-SWT-Int.. Eclipse 2007.07.20
Eclipse on Swing http://live.eclipse.org/node/288 SWTSwing (http://swtswing.sourceforge.net) 과 Eclipse on Swing (http://eos.sourceforge.net) 에 대한 내용이다.개인적으로 궁금해하던 SWT와 Swing 의 이벤트 처리에 대한 내용을 포함하고 있고,전반적으로 이 둘의 공유에 대한 설명이 좋아보인다. Eclipse 2007.06.07
An Eclipse Nebula widgets primer IBM 에서 문서를 내놨다.예전 SWT Plus 라는 Custom Widget 이 있었는데, 이게 Eclipse SWT로 포함(?)되면서 신경 좀 쓴 것 같다.사용법 관련된 문서인데 나름 괜찮은 것 같다. Eclipse 2007.05.11
Customizing Eclipse RCP applications, Part 1: Techniques to use with SWT and JFace 출처 :https://www6.software.ibm.com/developerworks/education/os-eclipse-rcp1/index.htmlCustomizing Eclipse RCP applications, Part 1:Techniques to use with SWT and JFaceAbout this tutorialThis tutorial will explain a number of UI elements that can be changed in Eclipse RCP, JFace, and SWT. Along the way, you will learn about basic changes you can make, such as fonts and colors. You will also learn .. Eclipse 2007.03.28
Integrating Swing into Eclipse RCPs http://www.eclipsezone.com/eclipse/forums/t45697.htmlIntegrating Swing into Eclipse RCPsRich Client Applications (RCPs) typically require complex, interactive charts and other non-standard widgets. Unfortunately, there are not many open source (or even commercial) SWT charting libraries yet, so RCP developers either have to develop their own or use an existing Swing components. Fortunately, the .. Eclipse 2006.06.18