widgetView-class(widgetTools)
widgetView-class()所属R语言包:widgetTools
Class "widgetView", a class for a GUI type widget holding widget
类的“widgetView”,一类的GUI类型部件控股部件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
"widgetView" renders element widgets
“widgetView”渲染元素的部件
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("widgetView", ...). This class is for internal use by class widget-class. Users trying to create GUI type widget do not need to use this class.
创建对象可以通过检测的形式new("widgetView", ...)。这个类是内部使用的类widget-class。用户试图创建GUI类型的部件,不需要使用这个类。
插槽----------Slots----------
WVTitle: Object of class "character" - a character string that will be displayed as the title of the widget
WVTitle类"character" - 一个字符串将作为显示部件的标题:对象
vName: Object of class "character" - a character
vName类"character"对象 - 一个字符
winid: Object of class "tkwin" - a tkwin object
winid类"tkwin" - tkwin对象:对象
widgetids: Object of class "list" - a list of
widgetids:Object类的"list" - 一个列表,
theWidget: Object of class "widget" - a widget
theWidget类"widget" - 一个Widget对象
方法----------Methods----------
killWin signature(tkWidget = "widgetView"): destroys
killWinsignature(tkWidget = "widgetView"):破坏
vName<- signature(object = "widgetView"): set the value
vName < - signature(object = "widgetView"):设定值
vName signature(object = "widgetView"): get the value
vNamesignature(object = "widgetView"):获得的价值
renderWidgets signature(widgetView = "widgetView", pWidgets = "list"): takes a list of "basicPW" objects
renderWidgetssignature(widgetView = "widgetView", pWidgets = "list"):需要“basicPW”对象的名单
renewView signature(widgetView = "widgetView", pWidgets = "list"): using values contained by the "basicPW" objects of
renewViewsignature(widgetView = "widgetView", pWidgets = "list"):使用的“basicPW”对象中的值
theWidget<- signature(object = "widgetView"): set the
theWidget < - signature(object = "widgetView"):设置
theWidget signature(object = "widgetView"): get the
theWidgetsignature(object = "widgetView")得到
updateDisplay signature(widgetView = "widgetView"):
updateDisplaysignature(widgetView = "widgetView"):
widgetids<- signature(object = "widgetView"): set the
widgetids < - signature(object = "widgetView"):设置
widgetids signature(object = "widgetView"): get the
widgetidssignature(object = "widgetView"):得到
winid<- signature(object = "widgetView"): set the
winid < - signature(object = "widgetView"):设置
winid signature(object = "widgetView"): set the value
winidsignature(object = "widgetView"):设定值
winWait signature(tkWidget = "widgetView"): make
winWaitsignature(tkWidget = "widgetView"):使
WVTitle signature(object = "widgetView"): get the
WVTitlesignature(object = "widgetView")得到
作者(S)----------Author(s)----------
Jianhua Zhang
参考文献----------References----------
<h3>See Also</h3>
举例----------Examples----------
## Not run: [#无法运行:]
## These cannot be run by examples() but should be OK when pasted[#这些不能运行的例子(),但粘贴时,应确定]
## into an interactive R session with the widgetTools package loaded[#进入与互动R会话的widgetTools装载包]
widgetView <- widgetView(WVTitle = "demo", vName = "widget1")
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|