public class VerticalRulerEvent extends Object
IVerticalRulerListener
instances when annotation
related event occurs on the vertical ruler.Constructor and Description |
---|
VerticalRulerEvent(Annotation annotation)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
Annotation |
getSelectedAnnotation() |
void |
setSelectedAnnotation(Annotation annotation) |
public VerticalRulerEvent(Annotation annotation)
annotation
- the annotation concerned, or null
public Annotation getSelectedAnnotation()
null
public void setSelectedAnnotation(Annotation annotation)
annotation
- the concerned annotation, or null
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.