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

xworker.swt.custom.CCombo.xer.txt Maven / Gradle / Ivy

@xworker.swt.custom.CCombo
sname
CCombo
slabel
CCombo
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.swt.widgets.Composite
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sicon
icons/org/eclipse/swt/custom/CCombo.gif
Sdescription
#$@text#$@

The CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.

CCombo was written to work around certain limitations in the native combo box. Specifically, on win32, the height of a CCombo can be set; attempts to set the height of a Combo are ignored. CCombo can be used anywhere that having the increased flexibility is more important than getting native L&F, but the decision should not be taken lightly. There is no is no strict requirement that CCombo look or behave the same as the native combo box.

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

#$@text#$@ sid CCombo @xworker.swt.custom.CCombo/@scripts sname scripts sid scripts slabel scripts sdescriptors xworker.lang.MetaDescriptor3/@actions @xworker.swt.custom.CCombo/@scripts/@create sname create sisSynchronized false sthrowException false suseOtherAction false suseOuterJava true souterClassName xworker.swt.custom.CComboCreator smethodName create sid create sdescriptors xworker.lang.actions.JavaAction @xworker.swt.custom.CCombo/@name sname name slabel name LvalidateOnBlur false LallowDecimals false LallowNegative false sid name sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@READ_ONLY sname READ_ONLY slabel READ_ONLY sinputtype truefalse sdefault false LvalidateOnBlur false LallowDecimals false LallowNegative false sid READ_ONLY sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@BORDER sname BORDER sinputtype truefalse sdefault true LvalidateOnBlur false LallowDecimals false LallowNegative false sid BORDER sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@FLAT sname FLAT sinputtype truefalse LvalidateOnBlur false LallowDecimals false LallowNegative false sid FLAT sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@textLimit sname textLimit LvalidateOnBlur false LallowDecimals false LallowNegative false sid textLimit sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@visibleItemCount sname visibleItemCount LvalidateOnBlur false LallowDecimals false LallowNegative false sid visibleItemCount sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@listVisible sname listVisible sinputtype truefalse LvalidateOnBlur false LallowDecimals false LallowNegative false sid listVisible sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@value sname value slabel value sdescriptors xworker.lang.MetaDescriptor3/@thing smany true seditCols 2 sinitialization false sid value @xworker.swt.custom.CCombo/@value/@name sname name slabel 名称 LvalidateOnBlur false LallowDecimals false LallowNegative false sid name sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@value/@value sname value slabel 值 LvalidateOnBlur false LallowDecimals false LallowNegative false sid value sdescriptors xworker.lang.MetaDescriptor3/@attribute @xworker.swt.custom.CCombo/@ModifyListener sname ModifyListener sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.events.ModifyListener smany true seditCols 2 sinitialization false sid ModifyListener @xworker.swt.custom.CCombo/@SelectionListener sname SelectionListener sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.events.SelectionListener smany true seditCols 2 sinitialization false sid SelectionListener @xworker.swt.custom.CCombo/@VerifyListener sname VerifyListener sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.swt.events.VerifyListener smany true seditCols 2 sinitialization false sid VerifyListener @xworker.swt.custom.CCombo/@DataStore sname DataStore sdescriptors xworker.lang.MetaDescriptor3/@thing sextends xworker.app.view.swt.data.DataStore smany true seditCols 2 sinitialization false sgroup Data smodifier public sid DataStore




© 2015 - 2025 Weber Informatics LLC | Privacy Policy