Method Summary |
|
void | columnCreated() Hook method called after a column has been instantiated, but before it is
added to a
org.eclipse.jface.text.source.CompositeRuler and before
is called. |
void | columnRemoved() Hook method called after a column has been removed from the
org.eclipse.jface.text.source.CompositeRuler .
This happens when
- the column is hidden by the user or programmatically
- the editor is closed
- the editor input changes and the column no longer targets the editor
contents.
The column will not be used after this method has been called. |
RulerColumnDescriptor | getDescriptor() Returns the extension point descriptor of this ruler. |
ITextEditor | getEditor() Returns the editor targeted by this ruler instance. |
void | setDescriptor(RulerColumnDescriptor descriptor) Sets the extension point descriptor of this ruler. |
void | setEditor(ITextEditor editor) Sets the editor (called right after the extension was instantiated). |