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.-
Class Summary Class Description ContentAssistCommandAdapter ContentAssistCommandAdapter extendsContentProposalAdapter
to invoke content proposals using a specifiedCommand
.ContentAssistField Deprecated. As of 3.3, clients should useControlDecoration
andContentAssistCommandAdapter
instead of this class.