Uses of Interface
org.eclipse.jface.fieldassist.IControlCreator
Package
Description
Provides classes that help communicate proper content for fields in dialogs and wizards.
Classes that provide workbench-level UI support for content assistance
and common workbench field decorations.
-
Uses of IControlCreator in org.eclipse.jface.fieldassist
ModifierConstructorDescriptionDecoratedField
(Composite parent, int style, IControlCreator controlCreator) Deprecated.Construct a decorated field which is parented by the specified composite and has the given style bits. -
Uses of IControlCreator in org.eclipse.ui.fieldassist
ModifierConstructorDescriptionContentAssistField
(Composite parent, int style, IControlCreator controlCreator, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters) Deprecated.Construct a content assist field that shows a content assist cue and can assist the user with choosing content for the field.
ControlDecoration
instead ofDecoratedField
.