public static class AnnotationWithQuickFixesHover.AnnotationInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.eclipse.jface.text.source.Annotation |
annotation |
org.eclipse.jface.text.Position |
position |
org.eclipse.jface.text.contentassist.ICompletionProposal[] |
proposals |
org.eclipse.jface.text.ITextViewer |
viewer |
Constructor and Description |
---|
AnnotationWithQuickFixesHover.AnnotationInfo(org.eclipse.jface.text.source.Annotation annotation,
org.eclipse.jface.text.Position position,
org.eclipse.jface.text.ITextViewer textViewer,
org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals) |
Modifier and Type | Method and Description |
---|---|
void |
fillToolBar(org.eclipse.jface.action.ToolBarManager manager,
org.eclipse.jface.text.IInformationControl infoControl)
Adds actions to the given toolbar.
|
org.eclipse.jface.text.contentassist.ICompletionProposal[] |
getCompletionProposals()
Create completion proposals which can resolve the given annotation at
the given position.
|
public final org.eclipse.jface.text.source.Annotation annotation
public final org.eclipse.jface.text.Position position
public final org.eclipse.jface.text.ITextViewer viewer
public final org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals
public AnnotationWithQuickFixesHover.AnnotationInfo(org.eclipse.jface.text.source.Annotation annotation, org.eclipse.jface.text.Position position, org.eclipse.jface.text.ITextViewer textViewer, org.eclipse.jface.text.contentassist.ICompletionProposal[] proposals)
public org.eclipse.jface.text.contentassist.ICompletionProposal[] getCompletionProposals()
public void fillToolBar(org.eclipse.jface.action.ToolBarManager manager, org.eclipse.jface.text.IInformationControl infoControl)
manager
- the toolbar manager to add actions toinfoControl
- the information control