RCP程序多任务调用总结
方法对比表 方法名 访问UI 阻塞调用者 特点 BusyIndicator.showWhile(Display… Read More »
方法对比表 方法名 访问UI 阻塞调用者 特点 BusyIndicator.showWhile(Display… Read More »
控件的伸缩是指设置其grabExcessHorizontalSpace、grabExcessVerticalS… Read More »
Display与线程的关系 一个线程只能有一个Display实例,SWT自动将new的Display与当前线程… Read More »
系统事件转发 任何语言编写的应用程序,底层都是由操作系统来接受GUI事件,操作系统为每个程序独立分配一个GUI… Read More »
control + O, 是Eclipse中很常用的一个快捷键,用于管理其他对象的引用。但是对于类中的stat… Read More »
有时候我们在做PPT时,需要写些不完整的伪代码,便于展示。在Eclipse中写这些伪代码,编辑器会报错,红色波… Read More »
org.eclipse.swt.layout.GridData /** * exclude informs t… Read More »