Uses of Class
org.eclipse.swt.custom.CCombo
Package
Description
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
SWT Custom widgets.
Provides the Tabbed Properties framework.
-
Uses of CCombo in org.eclipse.jface.databinding.swt.typed
Modifier and TypeMethodDescriptionstatic IWidgetValueProperty<CCombo,
String> WidgetProperties.ccomboSelection()
Returns a value property for observing the selection state of aCCombo
. -
Uses of CCombo in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionComboViewer.getCCombo()
Returns this list viewer's list control.ModifierConstructorDescriptionComboViewer
(CCombo list) Creates a combo viewer on the given CCombo control. -
Uses of CCombo in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionstatic void
CCombo.updateAndRefreshChildren
(CCombo combo, Consumer<Widget> childUpdater) The method accepts a combo and a callback which takes all the child of the CCombo as the argument and executes it. -
Uses of CCombo in org.eclipse.ui.views.properties.tabbed
Modifier and TypeMethodDescriptionTabbedPropertySheetWidgetFactory.createCCombo
(Composite parent) Creates a combo box as a part of the form.TabbedPropertySheetWidgetFactory.createCCombo
(Composite parent, int comboStyle) Creates a combo box as a part of the form.