org.eclipse.jface.text.source
Class VerticalRulerEvent
java.lang.Object
org.eclipse.jface.text.source.VerticalRulerEvent
-
public class VerticalRulerEvent
- extends
Object
An event sent to
IVerticalRulerListener
instances when annotation
related event occurs on the vertical ruler.
-
Since:
- 3.0
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
VerticalRulerEvent
public VerticalRulerEvent(
Annotation annotation)
- Creates a new event.
-
Parameters:
-
annotation
- the annotation concerned, or null
getSelectedAnnotation
public
Annotation getSelectedAnnotation()
-
-
Returns:
- the concerned annotation or
null
setSelectedAnnotation
public void setSelectedAnnotation(
Annotation annotation)
-
-
Parameters:
-
annotation
- the concerned annotation, or null
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.