This allows you to search for speakers from the GUI.
这让您能够从GUI查找所有演讲者。
It supports other network protocols such as NetBios, and named pipes from the GUI tools.
它还支持其他网络协议,比如NetBios和与GUI工具连接的命名管道。
Mnemonics are often called accelerators, because they work directly from the GUI content.
助记符通常称为加速键,因为它们根据GUI内容直接进行工作。
We create our own slots from the GUI that we'll need to add code for in the source code editor.
我们从GUI创建我们自己的槽,而且后面需要在源代码编辑器中为它们添加代码。
Adding an abstraction in the form of a DAO decouples the database implementation from the GUI implementation.
以DAO的形式添加一个抽象可以从GUI实现将数据库实现解耦。
Response files can be recorded from the GUI or created by specifying the appropriate XML for silent installation.
响应文件可以从GUI录制,或者通过为静默安装指定适当的xml来创建。
From the GUI you can assign the ISO file to VIO clients by selecting the LPARs you would like to be able to see the file.
在GUI中,可以通过选择希望能够看到ISO文件的LPAR,把文件分配给VIO客户机。
I'll briefly mention running FindBugs from the GUI, but I'll primarily focus on running it from Ant and the command line.
我将简要提及从GUI运行FindBugs,但是重点放在用Ant和命令行运行它。
My problem is the program uses a scanner to get user input and I don't know how to get input from the GUI to the scanner.
我的问题是程序使用扫描仪获取用户输入和我不知道如何输入从GUI扫描仪。
This introduces some threading issues because there are two asynchronous events occurring, messages from the GUI and WebSphere MQ.
这引入了一些线程问题,因为有两个异步事件发生,即来自GUI和WebSphereMQ 的消息。
Correspondingly, after the user changes the information, it must be extracted from the GUI components and set back in the domain model.
相应地,在用户更改信息后,必须将此数据从GUI组件中提取出来并放回域模型中。
There are a couple of ways to define a new queue manager, and probably the quickest for our purposes is from the GUI, WebSphere MQ Explorer
有多种方式可定义新的队列管理器,就我们的目的而言,最快的方式或许是来自图形用户界面WebSphereMQ Explorer
OnSearch( ) gets the mode setting from the GUI, builds a request structure, and then calls the KeywordSearchRequest SOAP method on the amazon SOAPpy proxy.
OnSearch( )获取GUI 中的模式设置,构建请求结构,然后调用amazonSOAPpy代理上的KeywordSearchRequestSOAP方法。
The actual implementation of the interface is totally hidden from the GUI because it requests the implementation type from a factory, as shown in Listing 5.
对GUI完全隐藏了这个接口的实际实现,因为它是通过一个工厂来请求实现类型的,如清单5所示。
As you will see later in this series, one of its most important extensions is to isolate the application's data model from the GUI that displays and changes it.
正如您将在这一系列的后面部分中看到的,SWT最重要的扩展之一是,将应用程序的数据模型与显示及更改它的GUI隔离开来。
Note how the code taken from the GUI in Listing 5 references the interface type only — the implementation of the interface is not used (or imported) anywhere in the GUI.
注意,清单5中的GUI中的代码只引用接口类型——GUI中的任何地方都没有使用(或导入)接口的实现。
The popular Presentation Model (see Resources) advocates separating out the state and business logic of an application into a model layer that is separate from the GUI controls in the view.
流行的PresentationModel (请参阅参考资料)提倡将应用程序的状态与业务逻辑分开放入模型层中,而模型层是从视图的GUI控件中分离出来的。
This resource relies on a particular class (the value of the class attribute) that will be called, essentially offering an exposed class that will answer to all events generated from the GUI.
这个资源依赖于将被调用的一个特殊类(class属性的值),该类主要用于提供一个已公开的类,以便响应从GUI生成的所有事件。
This higher level of abstraction should free the developer from worrying about the GUI portion of their application and allow them to focus more on the guts of their application.
这种更高层的抽象应该可以把开发人员从为应用程序的GUI部分的担忧中解放出来,让他们更多的专注应用的核心。
On some platforms, screen readers can extract text information directly from GUI applications that have implemented the standard accessibility architecture.
在一些平台上,屏幕阅读器可以直接从已经实现了标准的易访问性体系结构的GUI应用程序中提取文本信息。
You must study and choose from a variety of options for everything from the bootloader and distribution to the filesystem and GUI.
您必须学习并从引导装载程序和分发版到文件系统和GUI 中的每一个事物的各种选项中作出选择。
It provides most of the widgets you would expect from a GUI toolkit like buttons, dialog boxes, text boxes, and a nice selection of "valuators" (widgets used for the input of numeric values).
它提供了您期望从GUI工具箱中获得的大多数窗口构件,如按钮、对话框、文本框以及出色的“赋值器”选择(用于输入数值的窗口构件)。
For example, one should be able to generate a Web UI and Native GUI UI from the same model using different templates.
例如,我们应该可以使用不同的模板从相同的模型中生成WebUI和本地的GUI UI。
In this section, I build a bridge between the "Bean" and "GUI" layers from Figure 2 in order to refresh the dynamic parts of the Web page.
在本节中,为了刷新页面的动态部分,我在图2所示的“Bean”和“GUI”层之间建立起了一种联系。
Besides, in the GUI version of Emacs, many functions are accessible from menus.
另外,在Emacs的GUI版本中,可以在菜单中执行许多功能。
The Graphical user Interface (GUI) is the most crucial system aspect from the user's point of view: the user interacts with the system through the GUI.
从用户的观点来看,图形用户界面(GUI)是系统的一个最至关重要的方面:用户通过GUI与系统进行交互。
This approach also makes the whole user interface configurable, with the GUI layout being described in an XML file separate from the code of the application.
这种方法还会使整个用户界面是可配置的,而且在XML文件中描述的GUI布局与应用程序代码分开。
The use of Observer in this way lets the controller be separated from the model, and the model be separated from the view, simplifying the development of GUI applications.
用这种方式使用观察者,可以让控制器与模型分离,让模型与视图分离,从而简化gui应用程序的开发。
In mainstream languages, event-based interfaces are usually implemented using callback functions, a style familiar from GUI programming and the like.
在主流语言中,基于事件的接口通常使用回调函数实现,这是一种在GUI之类的编程中常见的方式。
In mainstream languages, event-based interfaces are usually implemented using callback functions, a style familiar from GUI programming and the like.
在主流语言中,基于事件的接口通常使用回调函数实现,这是一种在GUI之类的编程中常见的方式。
应用推荐