All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.swt.Widgets.xer.txt Maven / Gradle / Ivy

^1449730892580
@
sname
Widgets
slabel
Widgets
sdescriptors
xworker.lang.util.ThingIndex
sextends
xworker.app.view.swt.Items
smany
true
seditCols
2
sinitialization
false
smodifier
private
sinheritDescription
false
sdescription

SWT的控件集合。

snotXmlAttribute false sid Widgets sth_createIndex false sth_registMyChilds false sth_mark false @/@actions sname ActionContainer slabel ActionContainer sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.lang.MetaDescriptor3/@actions smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription false Sdescription #$@text#$@

动作的容器(ActionContainer),可以定义一些动作在运行后期被调用。

比如一个工作台(Workbentch)的界面通常需要提供打开视图、打开编辑器等功能,这些功能则可以定义在动作容器中。调用动作的方法是<动作容器名>.doAction(<name>, ....),如workbentchActions.doAction("openView", ["viewName":"outline"])。

动作容器的方法主要有:

  • public Object doAction(String name)
  • public Object doAction(String name, ActionContext context)
  • public Object doAction(String name, Map<String, Object> parameters)
  • public Object doAction(String name, ActionContext context, Map<String, Object> parameters)

注意:

   避免添加名为init的子动作,会和其他动作冲突。

#$@text#$@ snotXmlAttribute false sjson_isArray false sid actions @/@actions/@actions sname actions sid actions slabel actions sdescriptors xworker.lang.MetaDescriptor3/@actions @/@actions/@actions/@create sname create sisSynchronized false sthrowException false suseOtherAction false suseOuterJava true souterClassName xworker.swt.WidgetsActionsCreator smethodName create sid create sdescriptors xworker.lang.actions.JavaAction @/@Button sname Button slabel Button sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Button smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Button @/@Browser sname Browser slabel Browser sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.browser.Browser smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true sid Browser @/@Canvas sname Canvas slabel Canvas sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Canvas smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Canvas @/@Code sname Code slabel Code sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.util.Code smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sid Code @/@CBanner sname CBanner sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.CBanner smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true @/@CCombo sname CCombo slabel CCombo sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.CCombo smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true sid CCombo @/@CodeEditor sname CodeEditor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.CodeEditor smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sid CodeEditor @/@Combo sname Combo slabel Combo sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Combo smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Combo @/@Composite sname Composite slabel Composite sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Composite smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Composite @/@CoolBar sname CoolBar slabel CoolBar sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.CoolBar smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid CoolBar @/@CTabFolder sname CTabFolder slabel CTabFolder sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.CTabFolder smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true sid CTabFolder @/@Cursor sname Cursor slabel Cursor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.graphics.Cursor smany true seditCols 2 sinitialization false sgroup graphics smodifier public sinheritDescription true sdescription Cursor创建后需要显式的dispose。 sid Cursor @/@DataTable sname DataTable slabel DataTable sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.DataTable smany true seditCols 2 sinitialization false sgroup xworker.deprecated smodifier public sinheritDescription false sdescription

DataTable已经很少用了,使用Table和DataStore代替。

sid DataTable @/@DateChooser sname DateChooser sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.nubula.DateChooser smany true seditCols 2 sinitialization false sgroup nebula smodifier public sinheritDescription true sid DateChooser @/@DateChooserCombo sname DateChooserCombo sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.nubula.DateChooserCombo smany true seditCols 2 sinitialization false sgroup nebula smodifier public sinheritDescription true sid DateChooserCombo @/@DateTime sname DateTime slabel DateTime sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.DateTime smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid DateTime @/@DataTree sname DataTree slabel DataTree sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.DataTree smany true seditCols 2 sinitialization false sgroup xworker.deprecated smodifier public sinheritDescription false sdescription

使用Tree和TreeModel代替。

sid DataTree @/@EventFilter sname EventFilter sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.events.EventFilter/@listeners smany false seditCols 2 sinitialization false sgroup events smodifier public sinheritDescription true sid EventFilter @/@ExpandBar sname ExpandBar slabel ExpandBar sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.ExpandBar smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid ExpandBar @/@FormattedText sname FormattedText sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.nubula.FormattedText smany true seditCols 2 sinitialization false sgroup nebula smodifier public sinheritDescription true sid FormattedText @/@Group sname Group slabel Group sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Group smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Group @/@HtmlEditor sname HtmlEditor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.HtmlEditor smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sid HtmlEditor @/@Image sname Image slabel Image sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.graphics.Image smany true seditCols 2 sinitialization false sgroup graphics smodifier public sinheritDescription true sid Image @/@Label sname Label slabel Label sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Label smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Label @/@Link sname Link slabel Link sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Link smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Link @/@List sname List slabel List sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.List smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid List @/@Menu sname Menu slabel Menu sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Menu,xworker.swt.Commons smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Menu @/@Models sname Models slabel Models sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.model.Models smany false seditCols 2 sinitialization false sgroup model smodifier public sinheritDescription true sid Models @/@OleClientSite sname OleClientSite sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.ole.win32.OleClientSite smany true seditCols 2 sinitialization false sgroup ole.win32 smodifier public sinheritDescription true sid OleClientSite @/@OleControlSite sname OleControlSite sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.ole.win32.OleControlSite smany true seditCols 2 sinitialization false sgroup ole.win32 smodifier public sinheritDescription true sid OleControlSite @/@OleFrame sname OleFrame sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.ole.win32.OleFrame smany true seditCols 2 sinitialization false sgroup ole.win32 smodifier public sinheritDescription true sid OleFrame @/@ProgressBar sname ProgressBar slabel ProgressBar sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.ProgressBar smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid ProgressBar @/@Resource sname Resource sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.util.Resource smany true seditCols 2 sinitialization false sgroup graphics smodifier public sinheritDescription true sid Resource @/@Sash sname Sash slabel Sash sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Sash smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Sash @/@SashForm sname SashForm slabel SashForm sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.SashForm smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid SashForm @/@Scale sname Scale sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Scale smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true @/@ScrolledComposite sname ScrolledComposite slabel ScrolledComposite sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.ScrolledComposite smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true sid ScrolledComposite @/@Shell sname Shell slabel Shell sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Shell smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Shell @/@Slider sname Slider sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Slider smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true snotXmlAttribute false @/@Spinner sname Spinner sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Spinner smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true @/@StyledText sname StyledText slabel StyledText sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.StyledText smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true sid StyledText @/@TabFolder sname TabFolder slabel TabFolder sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.TabFolder smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid TabFolder @/@Table sname Table slabel Table sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Table smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Table @/@TableViewer sname TableViewer sdescriptors xworker.lang.MetaDescriptor3/@thing sextends view.objects.html.jface.viewers.TableViewer smany true seditCols 2 sinitialization false sgroup jface smodifier public sinheritDescription true sid TableViewer @/@Text sname Text slabel Text sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Text smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Text @/@ThingDescritporForm sname ThingDescritporForm sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ThingDescritporForm smany true seditCols 2 sinitialization false sgroup xworker.deprecated smodifier public sinheritDescription true @/@ToolBar sname ToolBar slabel ToolBar sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.ToolBar smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid ToolBar @/@Tracker sname Tracker sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Tracker smany true seditCols 2 sinitialization false smodifier public sinheritDescription true @/@TrayItem sname TrayItem sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.TrayItem smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid TrayItem @/@Tree sname Tree slabel Tree sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.Tree smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true sid Tree @/@ViewForm sname ViewForm slabel ViewForm sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.ViewForm smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true Sdescription #$@text#$@

Instances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters. ViewForm is used in the workbench to lay out a view's label/menu/toolbar local bar.

Note that although this class is a subclass of Composite, it does not make sense to set a layout on it.

#$@text#$@ sid ViewForm @/@LightweightSystem sname LightweightSystem sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.draw2d.LightweightSystem smany true seditCols 2 sinitialization false sgroup draw2d smodifier public sinheritDescription true @/@ControlEditor sname ControlEditor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.ControlEditor smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true @/@ThingEditor sname ThingEditor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ThingEditor smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true @/@StyleManager sname StyleSet sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.style.StyleSet smany true seditCols 2 sinitialization false sgroup style smodifier public sinheritDescription true Sdescription #$@text#$@

样式管理,在ActionContext里建一个名为StyleManager的Map,保存Style,每一个Style是Control的基本属性集合。

StyleManager应尽量提前初始化,应该放在界面定义的最上方。

#$@text#$@ sth_createIndex false @/@DatePickerCombo sname DatePickerCombo sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.DatePickerCombo smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false @/@TriggerField sname TriggerField sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.TriggerField smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false @/@_DO sname DO sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.DO smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_WHILE sname WHILE sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.WHILE smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_ITERATOR sname ITERATOR sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.ITERATOR smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_SWITCH sname SWITCH sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.SWITCH smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_IF sname IF sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.IF smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_TRY sname TRY sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.TRY smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_BREAK sname BREAK sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.BREAK smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_CONTINUE sname CONTINUE sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.CONTINUE smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@_RETURN sname RETURN sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.RETURN smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@ThingTemplate sname SwtThingTemplate sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.statement.SwtThingTemplate smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@ThingDescBrowser sname ThingDescBrowser sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ThingDescBrowser smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false @/@ChartComposite sname ChartComposite sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.jfreechart.swt.ChartComposite smany true seditCols 2 sinitialization false sgroup chart.jfreechart smodifier public sinheritDescription true sth_createIndex false @/@ExtendWidget sname ExtendWidget sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ExtendWidget smany true seditCols 2 sinitialization false smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false @/@ThingViewer sname ThingViewer sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ThingViewer smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false @/@ThingForm sname ThingForm sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ThingForm smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false @/@JavaCode sname JavaAction sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.util.JavaCode smany true seditCols 2 sinitialization false sgroup _statement smodifier public sinheritDescription true sth_createIndex false @/@TaskMonitor sname TaskMonitor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.util.TaskMonitor smany true seditCols 2 sinitialization false sgroup util smodifier public sinheritDescription true sth_createIndex false sth_mark false @/@Model sname Model sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.model.Model smany true seditCols 2 sinitialization false sgroup model smodifier public sinheritDescription true sth_createIndex false sth_mark false @/@ObjectViewer sname ObjectViewer sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ObjectViewer smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false sth_mark false @/@ThingRegistSelector sname ThingRegistSelector sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.ThingRegistSelector smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true sth_createIndex false sth_registMyChilds false sth_mark false @/@Region sname Region sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.graphics.Region smany true seditCols 2 sinitialization false sgroup graphics smodifier public sinheritDescription true sth_createIndex false sth_registMyChilds false sth_mark false @/@AnimationGif sname AnimationGif sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.graphics.AnimationGif smany true seditCols 2 sinitialization false sgroup graphics smodifier public sinheritDescription true sth_createIndex false sth_registMyChilds false sth_mark false @/@DragMove sname DragMove sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.events.xworker.DragMove smany true seditCols 2 sinitialization false sgroup events.xworker smodifier public sinheritDescription true sth_createIndex false sth_registMyChilds false sth_mark false @/@_ChatText sname ChatText sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ChatText smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@IconSelector sname IconSelector sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.IconSelector smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@SplitButton sname SplitButton sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.SplitButton smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription false snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@MenuFromText sname MenuFromText sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.MenuFromText smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@PreparedWidgets sname PreparedWidgets sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.Widgets smany true seditCols 2 sinitialization false smodifier public sinheritDescription false sdescription

可以定义各种控件,但不会执行,准备为其它场合下调用。

snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@PreparedWidgets/@actions sname actions sdescriptors xworker.lang.MetaDescriptor3/@actions sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@PreparedWidgets/@actions/@create sname create sdescriptors xworker.lang.actions.Actions/@NOOP sinheritDescription false sth_createIndex false sth_registMyChilds false sth_mark false @/@WebBrowser sname WebBrowser sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.app.browser.WebBrowser smany true seditCols 2 sinitialization false sgroup app.xworker.browser smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@SwtDataObjectChart sname SwtDataObjectChart sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.jfreechart.dataobject.SwtDataObjectChart smany true seditCols 2 sinitialization false sgroup chart.jfreechart smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@DragUtil sname DragUtil sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.util.DragUtil smany true seditCols 2 sinitialization false sgroup util smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@ImageViewer sname ImageCanvas sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ImageCanvas smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@TextFileEditor sname TextFileEditor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.TextFileEditor smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_mark false @/@ThrowableStackTraceText sname ThrowableStackTraceText sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ThrowableStackTraceText smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@ActionStackTraceText sname ActionStackTraceText sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ActionStackTraceText smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@Graph sname Graph sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.zest.model.Graph smany true seditCols 2 sinitialization false sgroup draw2d.zest smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@ToolTip sname ToolTip sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.widgets.ToolTip smany true seditCols 2 sinitialization false sgroup widgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@DemoTabFolder sname DemoSWT sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.DemoSWT smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@CLabel sname CLabel sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.custom.CLabel smany true seditCols 2 sinitialization false sgroup custom smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@DemoWeb sname DemoWeb sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.DemoWeb smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@DemoThing sname DemoThing sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.DemoThing smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription false snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@CodeAssistor sname CodeAssistor sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xworker.CodeAssistor smany true seditCols 2 sinitialization false sgroup xworker smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@AutoDemoComposite sname AutoDemoComposite sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.AutoDemoComposite smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@DemoAutoDemo sname DemoAutoDemo sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.DemoAutoDemo smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@ContentSelector sname ContentSelector sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ContentSelector smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@DemoMix sname DemoMix sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.DemoMix smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@ObjectTree sname ObjectTree sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.object.ObjectTree smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription false snotXmlAttribute false sjson_isArray false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@QuickMenu sname QuickMenu sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.QuickMenu smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription false snotXmlAttribute false sjson_isArray false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@QuickToolbar sname QuickToolbar sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.QuickToolbar smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sjson_isArray false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@ObjectForm sname ObjectForm sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ObjectForm smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sjson_isArray false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false @/@ObjectTable sname ObjectTable sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.xwidgets.ObjectTable smany true seditCols 2 sinitialization false sgroup xwidgets smodifier public sinheritDescription true snotXmlAttribute false sjson_isArray false sth_createIndex false sth_registMyChilds false sth_registDisabled false sth_mark false




© 2015 - 2025 Weber Informatics LLC | Privacy Policy