查询
1 词典释义:
swt
时间: 2025-04-24 04:47:22
英 [ˌes ˈdʌbljuː ˈtiː]
美 [ˌes ˈdʌbljuː ˈtiː]

abbr. 短波无线电发射(Short-wave Transmission); 表面波试验(Surface Wave Test)

双语例句
  • For SWT, a control is a widget.

    对于SWT,控件是窗口小部件。

  • In this example, we use SWT.

    本示例中,我们使用SWT。

  • Let's start with a basic SWT tree.

    我们首先来看一个基本的swt树。

  • So on Unix, SWT draws its own tree view.

    因此,SWT在Unix上描绘自己的树型视图。

  • SWT, the widget library, is one of these.

    部件库 SWT 就是其中之一。

  • Now the same idea can be applied in SWT development.

    这个想法可同样被应用于SWT的开发。

  • We are now finished with our tour of SWT GUI controls.

    我们现在完成了对SWT GUI控件的游历。

  • SWT widgets actually map to the platform's native widgets.

    SWT窗口部件实际上映射到平台的本机部件。

  • Listing 4 shows what packages needed to imported from SWT.

    清单4展示了需要从SWT导入的包。

  • Before we begin, I need to introduce some SWT terminology.

    在开始之前,我需要介绍一些swt术语。

  • The code in listing 1 is an example of a basic tree in SWT.

    清单1中的代码是SWT中的一个基本树的示例。

  • SWT supports several ways to enter discrete numeric values.

    SWT支持几种输入离散值的方法。

  • This code snippet is almost identical for SWT applications.

    该代码片断几乎与用于 SWT 应用程序的一模一样。

  • Depending on the demand, we are open to add support for SWT.

    根据需求的不同,我们随时准备添加对SWT的支持。

  • Is it the table viewer, the SWT table itself? The window?

    是表查看器或swt表本身,还是窗口?

  • This should be the primary view ID of your SWT component.

    这应是SWT组件的主视图id。

  • I won't spend too much time in this column on the specifics of SWT.

    在本专栏文章中,我不想把过多时间花在SWT的一些细节之上。

  • 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行为每个操作系统装入相应的SWT JAR文件。

  • SWT proposes four layouts in the org.eclipse.swt.layout package.

    swt在or g . eclipse . swt . layout包中提出了四种布局。

  • After entering this argument, click Run to start the SWT application.

    在输入该参数之后,单击Run启动SWT应用程序。

  • There are two main open source data binding APIs for use with SWT.

    有两个主要的开源数据绑定 API 用于与 SWT 结合使用。

  • SWT USES the platform's controls, and the result is much more pleasant.

    SWT使用平台的控件,结果要好得多。

  • The rest of this article will demonstrate the use of many new SWT controls.

    本文的其余部分将展示如何使用许多新的SWT控件。

  • The SWT library reflects the basic widgets of the host operating system.

    SWT 库反映了主机操作系统的基本窗口小部件。

  • 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应用程序开发经验。

  • 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树是组织并向用户呈现数据的一种非常有效的方式。