Package org.eclipse.jface.text.source
Interface IVerticalRulerListener
- All Known Implementing Classes:
SelectAnnotationRulerAction
public interface IVerticalRulerListener
Interface for listening to annotation related events happening on a vertical ruler.
This interface may be implemented by clients.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
annotationContextMenuAboutToShow
(VerticalRulerEvent event, Menu menu) Called when the context menu is opened on an annotation in the vertical ruler.void
Called when a default selection occurs on an annotation in the vertical ruler.void
Called when an annotation is selected in the vertical ruler.
-
Method Details
-
annotationSelected
Called when an annotation is selected in the vertical ruler.- Parameters:
event
- the annotation event that occurred
-
annotationDefaultSelected
Called when a default selection occurs on an annotation in the vertical ruler.- Parameters:
event
- the annotation event that occurred
-
annotationContextMenuAboutToShow
Called when the context menu is opened on an annotation in the vertical ruler.- Parameters:
event
- the annotation event that occurredmenu
- the menu that is about to be shown
-