|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension interface for
IVerticalRulerInfo
.
Introduces the ability to define a custom hover to be used when hovering over the vertical ruler described by this info instance, and to specify the annotation model used by it.
It also allows client to register as listeners on the represented vertical ruler and sends out notifications similar to selection events such as that a particular annotation presented in the vertical ruler has been selected.
IVerticalRuler
,
IAnnotationModel
Method Summary | |
---|---|
void |
addVerticalRulerListener(IVerticalRulerListener listener)
Registers a vertical ruler listener to be informed if an annotation gets selected on the vertical ruler. |
IAnnotationHover |
getHover()
Returns the hover for this vertical ruler (column). |
IAnnotationModel |
getModel()
Returns the model currently used by the receiver. |
void |
removeVerticalRulerListener(IVerticalRulerListener listener)
Removes a previously registered listener. |
Method Detail |
public IAnnotationHover getHover()
public IAnnotationModel getModel()
null
if no model is
installed.public void addVerticalRulerListener(IVerticalRulerListener listener)
listener
- the listener to be informedpublic void removeVerticalRulerListener(IVerticalRulerListener listener)
listener
is not registered
with the receiver, calling this method has no effect.
listener
- the listener to be removed
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.