Package org.eclipse.jface.text.source
Class VerticalRulerEvent
java.lang.Object
org.eclipse.jface.text.source.VerticalRulerEvent
An event sent to 
IVerticalRulerListener instances when annotation
 related event occurs on the vertical ruler.- Since:
- 3.0
- 
Constructor SummaryConstructorsConstructorDescriptionVerticalRulerEvent(Annotation annotation) Creates a new event.VerticalRulerEvent(Annotation annotation, Event event) Creates a new event.
- 
Method Summary
- 
Constructor Details- 
VerticalRulerEventCreates a new event.- Parameters:
- annotation- the annotation concerned, or- null
 
- 
VerticalRulerEventCreates a new event.- Parameters:
- annotation- the annotation concerned, or- null
- event- the SWT event that triggered this vertical ruler event, or- null
- Since:
- 3.8
 
 
- 
- 
Method Details- 
getSelectedAnnotation- Returns:
- the concerned annotation or null
 
- 
setSelectedAnnotation- Parameters:
- annotation- the concerned annotation, or- null
 
- 
getEvent- Returns:
- the SWT event that triggered this vertical ruler event, or null.
- Since:
- 3.8
 
 
-