<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>我们这些人，平凡而又不甘平凡。寂寞而又不甘寂寞。站在麻木与清醒的边缘，不能堕落也不能解脱。 - SWT</title><link>http://blog.csdn.net/shrekmu/category/332721.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Tue, 22 Apr 2008 12:48:18 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>穆春雨</dc:creator><title>Eclipse RCP自动输入援助的实现--swtaddons的使用与扩展</title><link>http://blog.csdn.net/shrekmu/archive/2007/11/27/1904500.aspx</link><pubDate>Tue, 27 Nov 2007 17:19:00 GMT</pubDate><guid>http://blog.csdn.net/shrekmu/archive/2007/11/27/1904500.aspx</guid><wfw:comment>http://blog.csdn.net/shrekmu/comments/1904500.aspx</wfw:comment><comments>http://blog.csdn.net/shrekmu/archive/2007/11/27/1904500.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shrekmu/comments/commentRss/1904500.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1904500</trackback:ping><description>Eclipse RCP自动输入援助的实现--swtaddons的使用与扩展&lt;img src ="http://blog.csdn.net/shrekmu/aggbug/1904500.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>穆春雨</dc:creator><title>SWT窗体字体的设置</title><link>http://blog.csdn.net/shrekmu/archive/2007/10/24/1842082.aspx</link><pubDate>Wed, 24 Oct 2007 18:01:00 GMT</pubDate><guid>http://blog.csdn.net/shrekmu/archive/2007/10/24/1842082.aspx</guid><wfw:comment>http://blog.csdn.net/shrekmu/comments/1842082.aspx</wfw:comment><comments>http://blog.csdn.net/shrekmu/archive/2007/10/24/1842082.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shrekmu/comments/commentRss/1842082.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1842082</trackback:ping><description>window默认的字体大小是9，RedHat Linux默认的字体大小是10。所以在Windowxia显示正常的窗体在Linuxxia会发现Lable太小。所以想设定以下字体的大小，最后发现只有当字体大小为7时才可以显示。&lt;img src ="http://blog.csdn.net/shrekmu/aggbug/1842082.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>穆春雨</dc:creator><title>可变Link颜色的Link控件的实现</title><link>http://blog.csdn.net/shrekmu/archive/2007/10/24/1842045.aspx</link><pubDate>Wed, 24 Oct 2007 17:43:00 GMT</pubDate><guid>http://blog.csdn.net/shrekmu/archive/2007/10/24/1842045.aspx</guid><wfw:comment>http://blog.csdn.net/shrekmu/comments/1842045.aspx</wfw:comment><comments>http://blog.csdn.net/shrekmu/archive/2007/10/24/1842045.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shrekmu/comments/commentRss/1842045.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1842045</trackback:ping><description>SWT中的Link控件的link颜色只能为蓝色，如果Link的背景是深色的话，就会导致Link看起来比较费劲。本控件提供了一个setLinkColor()方法设置Link的颜色。&lt;&lt;img src ="http://blog.csdn.net/shrekmu/aggbug/1842045.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>穆春雨</dc:creator><title>ＳＷＴ窗口范围内的Lost Focus事件的实现</title><link>http://blog.csdn.net/shrekmu/archive/2007/10/16/1826993.aspx</link><pubDate>Tue, 16 Oct 2007 10:16:00 GMT</pubDate><guid>http://blog.csdn.net/shrekmu/archive/2007/10/16/1826993.aspx</guid><wfw:comment>http://blog.csdn.net/shrekmu/comments/1826993.aspx</wfw:comment><comments>http://blog.csdn.net/shrekmu/archive/2007/10/16/1826993.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shrekmu/comments/commentRss/1826993.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1826993</trackback:ping><description>一、问题    SWT中如果添加一个Lost Focus事件后，会发现当窗体切换、最小化窗体等事件发生的时候都会激发Lost Focus事件，这显然不过友善。传统意义上的Lost Focus事件应该是只有焦点迁移到单前窗体中的某个空间的时候才需要激发Lost Focus事件。但是由于RCP程序中，一个窗体可能包含多个View和Editor，所以这个Listener实现了当焦点迁移到指定Composite中时，激发LostFocus事件。&lt;img src ="http://blog.csdn.net/shrekmu/aggbug/1826993.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>穆春雨</dc:creator><title>SWT常用技巧</title><link>http://blog.csdn.net/shrekmu/archive/2007/09/04/1771372.aspx</link><pubDate>Tue, 04 Sep 2007 10:30:00 GMT</pubDate><guid>http://blog.csdn.net/shrekmu/archive/2007/09/04/1771372.aspx</guid><wfw:comment>http://blog.csdn.net/shrekmu/comments/1771372.aspx</wfw:comment><comments>http://blog.csdn.net/shrekmu/archive/2007/09/04/1771372.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/shrekmu/comments/commentRss/1771372.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1771372</trackback:ping><description>1,设置Tab顺使用2,设置view的默认字体&lt;img src ="http://blog.csdn.net/shrekmu/aggbug/1771372.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>