Package org.eclipse.jface.text.source
Interface IAnnotationHoverExtension2
-
public interface IAnnotationHoverExtension2
Extension interface forIAnnotationHover
for- providing whether the information control can interact with the mouse wheel
- Since:
- 3.2
- See Also:
IAnnotationHover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canHandleMouseWheel()
Returns whether the provided information control can interact with the mouse wheel.
-