|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IControlContentAdapter | |
---|---|
org.eclipse.jface.fieldassist | Provides support for classes that help communicate proper content for dialogs and wizards. |
org.eclipse.ui.fieldassist | Classes that provide workbench-level UI support for content assistance and common workbench field decorations. |
Uses of IControlContentAdapter in org.eclipse.jface.fieldassist |
---|
Classes in org.eclipse.jface.fieldassist that implement IControlContentAdapter | |
class |
ComboContentAdapter
An IControlContentAdapter for SWT Combo controls. |
class |
TextContentAdapter
An IControlContentAdapter for SWT Text controls. |
Methods in org.eclipse.jface.fieldassist that return IControlContentAdapter | |
IControlContentAdapter |
ContentProposalAdapter.getControlContentAdapter()
Return the content adapter that can get or retrieve the text contents from the adapter's control. |
Constructors in org.eclipse.jface.fieldassist with parameters of type IControlContentAdapter | |
ContentProposalAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
KeyStroke keyStroke,
char[] autoActivationCharacters)
Construct a content proposal adapter that can assist the user with choosing content for the field. |
Uses of IControlContentAdapter in org.eclipse.ui.fieldassist |
---|
Constructors in org.eclipse.ui.fieldassist with parameters of type IControlContentAdapter | |
ContentAssistField(Composite parent,
int style,
IControlCreator controlCreator,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters)
Construct a content assist field that shows a content assist cue and can assist the user with choosing content for the field. |
|
ContentAssistCommandAdapter(Control control,
IControlContentAdapter controlContentAdapter,
IContentProposalProvider proposalProvider,
String commandId,
char[] autoActivationCharacters)
Construct a content proposal adapter that can assist the user with choosing content for the field. |
|
Eclipse Platform Release 3.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.