So on Unix, SWT draws its own tree view.
因此,SWT在Unix上描绘自己的树型视图。
JFace does not hide SWT; it just extends it.
JFace并没有隐藏swt,它只是扩展了SWT。
We are now finished with our tour of SWT GUI controls.
我们现在完成了对SWTGUI控件的游历。
SWT widgets actually map to the platform's native widgets.
SWT窗口部件实际上映射到平台的本机部件。
Listing 4 shows what packages needed to imported from SWT.
清单4展示了需要从SWT导入的包。
SWT supports several ways to enter discrete numeric values.
SWT支持几种输入离散值的方法。
This code snippet is almost identical for SWT applications.
该代码片断几乎与用于SWT应用程序的一模一样。
Listing 5 shows how to use SWT to display results in HTML.
清单5展示了如何使用SWT显示html格式的结果。
It is SWT that makes it so easy and makes it work across platforms.
正是SWT使得这一切来得如此容易,并且是跨平台的。
Lines 18-23 load the appropriate SWT JAR for each operating system.
第18行到第23行为每个操作系统装入相应的SWTJAR文件。
The JFace library helps by adding many services to SWT applications.
jface库有助于向SWT应用程序中添加大量服务。
SWT proposes four layouts in the org.eclipse.swt.layout package.
swt在or g .eclipse . swt . layout包中提出了四种布局。
To start, SWT USES shell and display to initialize and draw the Windows.
为了开始,SWT使用shell和显示来初始化和描绘窗口。
For more information, refer to Developing SWT applications using Eclipse.
如需更多信息,请参考使用Eclipse开发SWT应用程序。
The SWT library reflects the basic widgets of the host operating system.
SWT库反映了主机操作系统的基本窗口小部件。
It creates an array of the SWT class StyleRange that represent these ranges.
它创建了表示这些范围的swt类stylerange的一个数组。
Till now we received more requests for Web application support than SWT.
但目前我们收到了更多支持Web应用的要求。
SWT takes care of removing the button's listener when the button is disposed.
SWT 会在按钮被撤销时执行对按钮侦听器的删除。
This tutorial assumes you have some experience developing RCP or SWT applications.
本教程假设您具备一定的RCP或SWT应用程序开发经验。
Rewriting the tools using SWT for seamless integration into the Eclipse workbench.
使用SWT来重写工具,以实现与eclipse Workbench的无缝集成。
It is not really a layer on top of SWT, and it doesn't try to hide SWT from you.
它并不真的是SWT之上的层,而且它没有试图向您隐藏SWT。
Listing 1 illustrates the various tags used within a JNLP file for an SWT application.
清单1说明了在SWT应用程序的JNLP文件中所使用的各种标记。
SWT trees are an extremely effective way of organizing and presenting data to the user.
swt树是组织并向用户呈现数据的一种非常有效的方式。
RPC was able to address this need by making used of the SWT embedded browser component.
RPC能够通过使用嵌入浏览器组件的SWT来满足该需求。
Still, it seemed like overkill to use SWT in this project, so I decided for regular AWT.
尽管如此,在本项目中使用SWT似乎有点小题大作,所以我决定使用正规的AWT。
This application is a simple illustration of the power of SWT and the associated widgets.
此应用程序简单说明了SWT和关联窗口小部件的功能。
This column looks at preferences and properties, which gives me a chance to explore SWT.
这篇专栏文章将讨论一些首选项和属性,这使我有机会来研究s WT。
It works by automatically generating standard JUnit tests for your Swing or SWT applications.
它的工作方式是自动为Swing或SWT应用生成标准的JUnit测试。
Listing 2 references various system plug-ins such as SWT, the basic user interface, and others.
清单2引用不同的系统插件,如SWT、基本用户界面和其它插件。
The most striking difference with last month is the use of an SWT table instead of a label.
本文和上个月的专栏文章最显著的差异是使用swt表代替了标签。
应用推荐