|
Eclipse Platform Release 4.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.text.source.VerticalRulerEvent
public class VerticalRulerEvent
An event sent to IVerticalRulerListener instances when annotation
related event occurs on the vertical ruler.
| Constructor Summary | |
|---|---|
VerticalRulerEvent(Annotation annotation)
Creates a new event. |
|
VerticalRulerEvent(Annotation annotation,
Event event)
Creates a new event. |
|
| Method Summary | |
|---|---|
Event |
getEvent()
|
Annotation |
getSelectedAnnotation()
|
void |
setSelectedAnnotation(Annotation annotation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VerticalRulerEvent(Annotation annotation)
annotation - the annotation concerned, or null
public VerticalRulerEvent(Annotation annotation,
Event event)
annotation - the annotation concerned, or nullevent - the SWT event that triggered this vertical ruler event, or null| Method Detail |
|---|
public Annotation getSelectedAnnotation()
nullpublic void setSelectedAnnotation(Annotation annotation)
annotation - the concerned annotation, or nullpublic Event getEvent()
null.
|
Eclipse Platform Release 4.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.