月亮词典
首页
查询
SWT
短波无线电发射
常用释义
词性释义
abbr. 短波无线电发射(Short-wave Transmission);表面波试验(Surface Wave Test)
例句
全部
When
you
place
your
portlet
on a
page
,
it
makes
more
sense
if
it
closely
matches
the
name
of
your
SWT
view
.
将
portlet
放置
到
页面
上
时
,
如果
其
名称
与
SWT
视图
的
名称
相近
,
会
给
您
带来
很
大
的
方便
。
Accessing
GUI
components
and
mocking them is
often
difficult
with
SWT
and
Swing
.
用
SWT
和
Swing
通常
很难
访问
GUI
组件
并
模拟
(
mock
)
这些
组件
。
It is
assumed
that
you
are
already
familiar
with
Java
development
in
Eclipse
and
that
you
know
how
to
link
a
project
with the
SWT
toolkit
.
本文
假设
您
已经
熟悉
在
Eclipse
中
进行
Java
开发
,
还
假设
您
知道
如何
将
项目
链接到
SWT
工具包
。
By
this
way
,
SWT
wants
the
components
created
by
programmer
can
be
automatically
released
when
dispose
methods
of
display
is
called
.
这样
,
SWT
就
能
让
由
编程
者
创建
的
组件
在
display
的
dispose
方法
被
调用
的
时候
自动
被
释放
。
One
of
the
original
design
goals
of Eclipse Forms
was
to
allow the
reuse
of
existing
SWT
controls
.
EclipseForms
的
一个
初始
设计
目标
是
,
实现
对
现有
SWT
控件
的
重用
。
Two
of
its
major
components
are
a
graphical
library
called
the Standard Widget Toolkit (
SWT
)
and
a
matching
utility
framework
called
JFace
.
它
的
两
个
主要
组件
是
名
为
SWT
的
图形
库
和
与其
匹配
的
名
为
JFace
的
实用程序
框架
。
Now
it
is
time
to
see
all
of the
SWT
controls
we
have
discussed
come together
in
a
simple
executable
example
: Basic1
.
现在
是
时候
来看
一下
我们
已经
在
简单
的
可执行
例子
Basic1
中
讨论
过
的
所有
SWT
控件
了
。
Almost
all
SWT
GUIs
are
created
out
of a few
basic
parts
.
几乎
所有
SWTGUI
都
是
从
某些
基础
部分
开始
创建
的
。
As
part
of the next-
generation
version of
SWT
,
RAP
plans
to
provide
a
fully
AJAX-based
implementation
of
SWT
.
作为
下一代
SWT
的
一部分
,
RAP
计划
提供
完全
基于
AJAX
的
SWT
实现
。
We
take
a
look
at
two
possible
solutions
to
create
GUI
tests
for
SWT
and
Swing
applications
that
promise to
make
this
task
easier
.
让
我们
来看
一
看
两个
为
SWT
和
Swing
应用
创建
GUI
测试
的
解决方案
,
它们
均
宣称
能够
使
GUI
测试
工作
更加
简单
。
Invoke
the Source: Organize Imports
action
,
and
ensure
that,
when
prompted
,
you
select
the
SWT
definition
of
these
classes
.
调用
Source:OrganizeImports
行为
,
当
有
提示
时
确保
您
选择
了
这些
类
中
的
SWTdefinition
。
This
MessageBox
is
one
example
of
a
set
of
standard
dialogs
that
SWT
provides
.
这个
MessageBox
就是
SWT
提供
的
一
组
标准
对话框
的
一个
示例
。
JFace
is
system
-
independent
in
its
API
and
implementation
,
and
is
designed
to
work
with
SWT
without
hiding
it
.
JFace
在
其
API
和
实现
方面
都
是
独立
于
窗口
系统
的
,
它
旨在
使用
SWT
而不
隐藏
它
。
FormLayout: Unique to
SWT
(
at least
I
don't
know
of
a
JDK
equivalent
).
FormLayout:SWT
独有
的
布局
(
至少
我
不
知道
JDK
有
等同
的
布局
方式
)。
Not only
that
,
you
can
already
run
Eclipse
on
OSX
thanks
to
the cross-platform
SWT
support
being
bound to the
native
code
already
.
除此之外
,
你
还
可以
在
OSX
上
运行
Eclipse
,
这
是
因为
跨
平台
的
SWT
支持
已经
绑定
到
本地
代码
上
了
。
JFace
viewers
are
abstractions
built
atop
SWT
(
standard
widget
toolkit
)
widgets
(
see
Resources
for
a good
SWT
reference
).
JFaceviewer
是
构建
在
SWT
(
标准
窗口
小
部件
工具箱
)
窗口
部件
之上
的
抽象
层
(
查看
参考
资源
可以
获得
更多
关于
SWT
的
参考资料
)。
Because
an
SWT
application
is required
to
load
a
system
library
upon
execution
,
it
needs
to have
full
access
to the
user
's
workstation
.
因为
SWT
应用程序
在
执行
时
需要
装入
系统
库
,
所以
它
需要
能够
完全
访问
用户
的
工作站
。
A
JFace
window
is
not
actually
the
GUI
object
for
a
top-level
window
(
SWT
already
provides
one
,
called
a
shell
).
JFace
窗口
实际上
不是
顶级
窗口
的
GUI
对象
(
SWT
已经
提供
了
一个
,
名
为
Shell
)。
SWT
and
JFace
provide
several
different
classes
to
help
manage
your
GDI
resources
in
various caches
.
SWT
和
JFace
提供
了
几个
不同
的
类
,
帮助
您
在
几个
缓存
中
管理
GDI
资源
。
An
important
thing
to
understand
about
Eclipse Forms
is
that
you
can
literally
use
its
widgets
anywhere
you
can
use
SWT
widgets
.
关于
EclipseForms
需要
了解
的
重要
一点
是
,
实际上
您
可以
在
能够
使用
SWT
小
部件
的
任何位置
使用
它
的
小
部件
。
SWT
, the
widget
library
,
is
one
of these
.
部件
库
SWT
就是
其中
之一
。
Every
component
in
SWT
must
has
at least
a
single
parameter
constructor
.
每个
组件
都
必须
至少
拥有
一个
单
参数
的
构造
器
。
jFace
is
window
-
system
-
independent
in
both
its
API
and
implementation
,
and
is
designed
to
work
with
SWT
without
hiding
it
.
jFace
在
API
和
实现
两
方面
都
独立
于
窗口
系统
,
其
设计目的
是
使用
SWT
而
不是
隐藏
它
。
It
works
by
automatically
generating
standard
JUnit
tests
for
your
Swing
or
SWT
applications
.
它
的
工作
方式
是
自动
为
Swing
或
SWT
应用
生成
标准
的
JUnit
测试
。
SWT
is
a
widget
set
and
graphics
library
integrated
with the native
window
system
,
but
with an
OS
-
independent
API
.
SWT
是
一个
窗口
构件
集
和
图形
库
,
它
集成
于
本
机
窗口
系统
但
有
独立
于
OS
的
API
。
This
column
looks at
preferences
and
properties
,
which
gives
me
a
chance
to
explore
SWT
.
这
篇
专栏
文章
将
讨论
一些
首选项
和
属性
,
这
使
我
有
机会
来
研究
SWT
。
Due to
the
same
reason
as AWT
,
SWT
components
are
wrapped
native
components
,
which are
rendered
by
the
operating system
.
基于
和
AWT
同样
的
原因
,
SWT
组件
包装
了
本地
组件
,
由
操作系统
实现
渲染
。
Being
toolkit
independent
,
you
also
develop
test
scripts the
same
way
, whether the
application
being tested
is
Swing
,
SWT
or
HTML
based
.
由于
独立
于
工具
集
,
你
还
可以
使用
相同
的
方式
开发
测试
脚本
,
无论
被
测试
的
应用
基于
Swing
、
SWT
抑或
是
HTML
。
Own
two
feet
with
will
of
Allah
SWT
,
if
people
choose
to
call
the
Most
Beneficient the Most
Merciful
.
自己
的
腿
依照
真主
的
意愿
,
如果
人们
愿意
把
“
最大
的
恩赐
”
称为
“
最大
的
仁慈
”。
Is
not
the
actual
SWT
widget
,
nor
does
it
try
to
hide
the
SWT
widget
from
you
.
不是
真正
的
SWT
窗口
构件
,
它
也
没有
打算
向
您
隐藏
SWT
窗口
构件
。
网络释义
标准窗口小部件工具箱(Standard Widget Toolkit)
Standard Widget Toolkit
(
SWT
) 是一个用户界面工具包,可以按照高效且可移植的方式访问底层操作系统的 UI 设施。(参见 …
工具包
标准器件
工具包
(
SWT
) 是一个最初由IBM开发的工具包,现在由Eclipse基金会维护。 SWT的实现同重量级的组件AWT有更多的 …
更新时间:2025-05-04 03:29