Package org.eclipse.ui.fieldassist
package org.eclipse.ui.fieldassist
Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
Package Specification
This package provides workbench-level utilities that use the JFace-level
field assist support. It includes the WorkbenchContentAssistAdapter, which
can invoke content assistance using a command and key binding rather than
specifying the invocation explicitly with a KeyStroke.
Package Specification 
This package provides workbench-level utilities that use the JFace-level
field assist support. It includes the WorkbenchContentAssistAdapter, which
can invoke content assistance using a command and key binding rather than
specifying the invocation explicitly with a KeyStroke.-
ClassesClassDescriptionContentAssistCommandAdapter extends
ContentProposalAdapter
to invoke content proposals using a specifiedCommand
.Deprecated.
ControlDecoration
andContentAssistCommandAdapter
instead of this class.