Uses of Interface
org.eclipse.jface.fieldassist.IControlCreator
Packages that use 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
Classes in org.eclipse.jface.fieldassist that implement IControlCreatorConstructors in org.eclipse.jface.fieldassist with parameters of type IControlCreatorModifierConstructorDescriptionDecoratedField(Composite parent, int style, IControlCreator controlCreator) Deprecated. -
Uses of IControlCreator in org.eclipse.ui.fieldassist
Constructors in org.eclipse.ui.fieldassist with parameters of type IControlCreatorModifierConstructorDescriptionContentAssistField(Composite parent, int style, IControlCreator controlCreator, IControlContentAdapter controlContentAdapter, IContentProposalProvider proposalProvider, String commandId, char[] autoActivationCharacters) Deprecated.
ControlDecorationinstead ofDecoratedField.