|
Eclipse Platform Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInformationControlCreator | |
org.eclipse.jface.text | Provides a framework for creating and manipulating text documents. |
org.eclipse.jface.text.contentassist | Provides a content assist add-on for an ITextViewer. |
org.eclipse.jface.text.information | Provides an information provider add-on for an ITextViewer. |
org.eclipse.jface.text.quickassist | This package provides the quick assist assistant add-on for an ISourceViewer. |
org.eclipse.jface.text.revisions | Provides a revision model and a protocol to display revision information in a vertical ruler column. |
org.eclipse.jface.text.source | Provides a support for managing annotations attached to a document. |
org.eclipse.jface.text.source.projection | This package provides the UI part for projection documents of which the most important part is the projection viewer. |
org.eclipse.jface.text.templates | Application programming interfaces for interaction with the Eclipse text editor template support. |
Uses of IInformationControlCreator in org.eclipse.jface.text |
Classes in org.eclipse.jface.text that implement IInformationControlCreator | |
class |
AbstractReusableInformationControlCreator
Abstract class for a reusable information control creators. |
Fields in org.eclipse.jface.text declared as IInformationControlCreator | |
protected IInformationControlCreator |
AbstractInformationControlManager.fInformationControlCreator
The information control creator. |
protected IInformationControlCreator |
TextViewer.fHoverControlCreator
The creator of the text hover control |
Methods in org.eclipse.jface.text that return IInformationControlCreator | |
IInformationControlCreator |
AbstractInformationControl.getInformationPresenterControlCreator()
Returns the rich information control creator for this information control.
The returned information control creator is used to create an enriched version of this
information control, e.g. when the mouse is moved into this control and it needs to be
The returned information control creator must create information controls
that implement
Note that automatic enriching of this information control works only if it also implements
This method may be called frequently, so implementors should ensure it returns quickly, e.g. by caching the returned creator. This default implementation returnsnull . |
IInformationControlCreator |
ITextHoverExtension.getHoverControlCreator()
Returns the hover control creator of this text hover or null |
IInformationControlCreator |
DefaultInformationControl.getInformationPresenterControlCreator()
|
IInformationControlCreator |
IInformationControlExtension5.getInformationPresenterControlCreator()
Returns the rich information control creator for this information control. |
Methods in org.eclipse.jface.text with parameters of type IInformationControlCreator | |
boolean |
IInformationControlCreatorExtension.canReplace(IInformationControlCreator creator)
Tests whether this information control creator can replace the given information control creator. |
protected void |
AbstractInformationControlManager.setCustomInformationControlCreator(IInformationControlCreator informationControlCreator)
Sets the temporary custom control creator, overriding this manager's default information control creator. |
boolean |
AbstractReusableInformationControlCreator.canReplace(IInformationControlCreator creator)
|
void |
TextViewer.setHoverControlCreator(IInformationControlCreator creator)
Sets the creator for the hover controls. |
Constructors in org.eclipse.jface.text with parameters of type IInformationControlCreator | |
AbstractInformationControlManager(IInformationControlCreator creator)
Creates a new information control manager using the given information control creator. |
|
AbstractHoverInformationControlManager(IInformationControlCreator creator)
Creates a new hover information control manager using the given information control creator. |
Uses of IInformationControlCreator in org.eclipse.jface.text.contentassist |
Methods in org.eclipse.jface.text.contentassist that return IInformationControlCreator | |
IInformationControlCreator |
ICompletionProposalExtension3.getInformationControlCreator()
Returns the information control creator of this completion proposal. |
Methods in org.eclipse.jface.text.contentassist with parameters of type IInformationControlCreator | |
void |
ContentAssistant.setInformationControlCreator(IInformationControlCreator creator)
Sets the information control creator for the additional information control. |
Uses of IInformationControlCreator in org.eclipse.jface.text.information |
Methods in org.eclipse.jface.text.information that return IInformationControlCreator | |
IInformationControlCreator |
IInformationProviderExtension2.getInformationPresenterControlCreator()
Returns the information control creator of this information provider. |
Constructors in org.eclipse.jface.text.information with parameters of type IInformationControlCreator | |
InformationPresenter(IInformationControlCreator creator)
Creates a new information presenter that uses the given information control creator. |
Uses of IInformationControlCreator in org.eclipse.jface.text.quickassist |
Methods in org.eclipse.jface.text.quickassist with parameters of type IInformationControlCreator | |
void |
QuickAssistAssistant.setInformationControlCreator(IInformationControlCreator creator)
|
void |
IQuickAssistAssistant.setInformationControlCreator(IInformationControlCreator creator)
Sets the information control creator for the additional information control. |
Uses of IInformationControlCreator in org.eclipse.jface.text.revisions |
Methods in org.eclipse.jface.text.revisions that return IInformationControlCreator | |
IInformationControlCreator |
RevisionInformation.getHoverControlCreator()
|
IInformationControlCreator |
RevisionInformation.getInformationPresenterControlCreator()
Returns the information control creator of this information provider. |
Methods in org.eclipse.jface.text.revisions with parameters of type IInformationControlCreator | |
void |
RevisionInformation.setHoverControlCreator(IInformationControlCreator creator)
Sets the hover control creator. |
void |
RevisionInformation.setInformationPresenterControlCreator(IInformationControlCreator creator)
Sets the information presenter control creator. |
Uses of IInformationControlCreator in org.eclipse.jface.text.source |
Methods in org.eclipse.jface.text.source that return IInformationControlCreator | |
IInformationControlCreator |
LineChangeHover.getHoverControlCreator()
|
IInformationControlCreator |
LineChangeHover.getInformationPresenterControlCreator()
|
IInformationControlCreator |
IAnnotationHoverExtension.getHoverControlCreator()
Returns the hover control creator of this annotation hover. |
IInformationControlCreator |
SourceViewerConfiguration.getInformationControlCreator(ISourceViewer sourceViewer)
Returns the information control creator. |
Constructors in org.eclipse.jface.text.source with parameters of type IInformationControlCreator | |
AnnotationBarHoverManager(ISourceViewer sourceViewer,
IVerticalRuler ruler,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Deprecated. As of 2.1, replaced by AnnotationBarHoverManager.AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator) |
|
AnnotationBarHoverManager(IVerticalRulerInfo rulerInfo,
ISourceViewer sourceViewer,
IAnnotationHover annotationHover,
IInformationControlCreator creator)
Creates an annotation hover manager with the given parameters. |
Uses of IInformationControlCreator in org.eclipse.jface.text.source.projection |
Methods in org.eclipse.jface.text.source.projection with parameters of type IInformationControlCreator | |
void |
ProjectionSupport.setHoverControlCreator(IInformationControlCreator creator)
Sets the hover control creator that is used for the annotation hovers that are shown in the projection viewer's projection ruler column. |
void |
ProjectionSupport.setInformationPresenterControlCreator(IInformationControlCreator creator)
Sets the information presenter control creator that is used for the annotation hovers that are shown in the projection viewer's projection ruler column. |
Uses of IInformationControlCreator in org.eclipse.jface.text.templates |
Methods in org.eclipse.jface.text.templates that return IInformationControlCreator | |
IInformationControlCreator |
TemplateProposal.getInformationControlCreator()
|
Methods in org.eclipse.jface.text.templates with parameters of type IInformationControlCreator | |
void |
TemplateProposal.setInformationControlCreator(IInformationControlCreator informationControlCreator)
Sets the information control creator for this completion proposal. |
|
Eclipse Platform Release 3.4 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.