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 TypeClassDescriptionclassDeprecated.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 TypeMethodDescriptionvoidIWidgetTokenOwner.releaseWidgetToken(IWidgetTokenKeeper tokenKeeper) The given token keeper releases the token to this token owner.voidTextViewer.releaseWidgetToken(IWidgetTokenKeeper tokenKeeper) booleanIWidgetTokenOwner.requestWidgetToken(IWidgetTokenKeeper requester) Requests the widget token from this token owner.booleanIWidgetTokenOwnerExtension.requestWidgetToken(IWidgetTokenKeeper requester, int priority) Requests the widget token from this token owner.booleanTextViewer.requestWidgetToken(IWidgetTokenKeeper requester) booleanTextViewer.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 TypeClassDescriptionclassThe standard implementation of theIContentAssistantinterface. -
Uses of IWidgetTokenKeeper in org.eclipse.jface.text.information
Classes in org.eclipse.jface.text.information that implement IWidgetTokenKeeperModifier and TypeClassDescriptionclassStandard implementation ofIInformationPresenter.