Uses of Class
org.eclipse.swt.widgets.Combo
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.-
Uses of Combo in org.eclipse.jface.contentassist
ModifierConstructorDescriptionDeprecated.Creates a content assist subject control adapter for the given combo. -
Uses of Combo in org.eclipse.jface.databinding.swt.typed
Modifier and TypeMethodDescriptionstatic IWidgetValueProperty<Combo,
String> WidgetProperties.comboSelection()
Returns a value property for observing the selection state of aCombo
. -
Uses of Combo in org.eclipse.jface.util
Modifier and TypeMethodDescriptionstatic void
BidiUtils.applyBidiProcessing
(Combo combo, String handlingType) Applies bidi processing to the given combo. -
Uses of Combo in org.eclipse.jface.viewers
Modifier and TypeMethodDescriptionComboViewer.getCombo()
Returns this list viewer's list control.ModifierConstructorDescriptionComboViewer
(Combo list) Creates a combo viewer on the given combo control. -
Uses of Combo in org.eclipse.ui.contentassist
Modifier and TypeMethodDescriptionstatic ContentAssistHandler
ContentAssistHandler.createHandlerForCombo
(Combo combo, SubjectControlContentAssistant contentAssistant) Deprecated.Creates a newContentAssistHandler
for the givenCombo
. -
Uses of Combo in org.eclipse.ui.views.markers.internal