Package | Description |
---|---|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
org.eclipse.jface.viewers |
Provides a framework for viewers, which are model-based
content adapters for SWT widgets.
|
org.eclipse.ui.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
Constructor and Description |
---|
ComboContentAssistSubjectAdapter(Combo combo)
Deprecated.
Creates a content assist subject control adapter for the given combo.
|
Modifier and Type | Method and Description |
---|---|
static void |
BidiUtils.applyBidiProcessing(Combo combo,
String handlingType)
Applies bidi processing to the given combo.
|
Modifier and Type | Method and Description |
---|---|
Combo |
ComboViewer.getCombo()
Returns this list viewer's list control.
|
Constructor and Description |
---|
ComboViewer(Combo list)
Creates a combo viewer on the given combo control.
|
Modifier and Type | Method and Description |
---|---|
static ContentAssistHandler |
ContentAssistHandler.createHandlerForCombo(Combo combo,
SubjectControlContentAssistant contentAssistant)
Deprecated.
Creates a new
ContentAssistHandler for the given Combo . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.