Uses of Class
org.eclipse.swt.widgets.Combo
Packages that use 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
Constructors in org.eclipse.jface.contentassist with parameters of type ComboModifierConstructorDescriptionDeprecated.Creates a content assist subject control adapter for the given combo. -
Uses of Combo in org.eclipse.jface.databinding.swt.typed
Methods in org.eclipse.jface.databinding.swt.typed that return types with arguments of type ComboModifier 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
Methods in org.eclipse.jface.util with parameters of type ComboModifier and TypeMethodDescriptionstatic voidBidiUtils.applyBidiProcessing(Combo combo, String handlingType) Applies bidi processing to the given combo. -
Uses of Combo in org.eclipse.jface.viewers
Methods in org.eclipse.jface.viewers that return ComboModifier and TypeMethodDescriptionComboViewer.getCombo()Returns this list viewer's list control.Constructors in org.eclipse.jface.viewers with parameters of type ComboModifierConstructorDescriptionComboViewer(Combo list) Creates a combo viewer on the given combo control. -
Uses of Combo in org.eclipse.ui.contentassist
Methods in org.eclipse.ui.contentassist with parameters of type ComboModifier and TypeMethodDescriptionstatic ContentAssistHandlerContentAssistHandler.createHandlerForCombo(Combo combo, SubjectControlContentAssistant contentAssistant) Deprecated.Creates a newContentAssistHandlerfor the givenCombo. -
Uses of Combo in org.eclipse.ui.views.markers.internal
Fields in org.eclipse.ui.views.markers.internal declared as Combo