public interface IVerticalRulerListener
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
annotationContextMenuAboutToShow(VerticalRulerEvent event,
Menu menu)
Called when the context menu is opened on an annotation in the
vertical ruler.
|
void |
annotationDefaultSelected(VerticalRulerEvent event)
Called when a default selection occurs on an
annotation in the vertical ruler.
|
void |
annotationSelected(VerticalRulerEvent event)
Called when an annotation is selected in the vertical ruler.
|
void annotationSelected(VerticalRulerEvent event)
event
- the annotation event that occurredvoid annotationDefaultSelected(VerticalRulerEvent event)
event
- the annotation event that occurredvoid annotationContextMenuAboutToShow(VerticalRulerEvent event, Menu menu)
event
- the annotation event that occurredmenu
- the menu that is about to be shown
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.