Uses of Interface
org.eclipse.jface.text.IWidgetTokenKeeper
Packages that use IWidgetTokenKeeper
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides a framework for creating and manipulating text documents.
Provides a content assist add-on for an
ITextViewer
.Provides an information provider add-on for an
ITextViewer
.-
Uses of IWidgetTokenKeeper in org.eclipse.jface.contentassist
Classes in org.eclipse.jface.contentassist that implement IWidgetTokenKeeperModifier and TypeClassDescriptionclass
Deprecated.As of 3.2, replaced by Platform UI's field assist support * -
Uses of IWidgetTokenKeeper in org.eclipse.jface.text
Methods in org.eclipse.jface.text with parameters of type IWidgetTokenKeeperModifier and TypeMethodDescriptionvoid
IWidgetTokenOwner.releaseWidgetToken
(IWidgetTokenKeeper tokenKeeper) The given token keeper releases the token to this token owner.void
TextViewer.releaseWidgetToken
(IWidgetTokenKeeper tokenKeeper) boolean
IWidgetTokenOwner.requestWidgetToken
(IWidgetTokenKeeper requester) Requests the widget token from this token owner.boolean
IWidgetTokenOwnerExtension.requestWidgetToken
(IWidgetTokenKeeper requester, int priority) Requests the widget token from this token owner.boolean
TextViewer.requestWidgetToken
(IWidgetTokenKeeper requester) boolean
TextViewer.requestWidgetToken
(IWidgetTokenKeeper requester, int priority) -
Uses of IWidgetTokenKeeper in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement IWidgetTokenKeeperModifier and TypeClassDescriptionclass
The standard implementation of theIContentAssistant
interface. -
Uses of IWidgetTokenKeeper in org.eclipse.jface.text.information
Classes in org.eclipse.jface.text.information that implement IWidgetTokenKeeperModifier and TypeClassDescriptionclass
Standard implementation ofIInformationPresenter
.