org.eclipse.ui.fieldassist |
Package-level Javadoc
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.
|
Java Source File Name | Type | Comment |
ContentAssistCommandAdapter.java | Class | ContentAssistCommandAdapter extends
ContentProposalAdapter to invoke
content proposals using a specified
org.eclipse.ui.commands.ICommand .
The ability to specify a
org.eclipse.jface.bindings.keys.KeyStroke that explicitly invokes content proposals is hidden by this class, and
instead the String id of a command is used. |
ContentAssistField.java | Class | ContentAssistField utilizes the concepts of a
DecoratedField and the
ContentAssistCommandAdapter to provide a decorated field that shows a
content assist cue when it gets focus and invokes content assist for a
specified command. |