Package org.eclipse.jface.text.source
Interface IAnnotationAccessExtension2
-
- All Known Implementing Classes:
DefaultMarkerAnnotationAccess
public interface IAnnotationAccessExtension2
Extension interface forIAnnotationAccess
.This interface allows clients to set a quick assist assistant.
- Since:
- 3.2
- See Also:
IAnnotationAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setQuickAssistAssistant(IQuickAssistAssistant assistant)
Provides this annotation access with a quick assist assistant that is used to decide whether the quick fix image should be shown.
-
-
-
Method Detail
-
setQuickAssistAssistant
void setQuickAssistAssistant(IQuickAssistAssistant assistant)
Provides this annotation access with a quick assist assistant that is used to decide whether the quick fix image should be shown.- Parameters:
assistant
- the quick assist assistant
-
-