org.eclipse.ui.texteditor.rulers |
Ruler Column API
Provides interfaces and classes for the org.eclipse.ui.workbench.texteditor.rulerColumns .
|
Java Source File Name | Type | Comment |
AbstractContributedRulerColumn.java | Class | Helper class for contributions to the
org.eclipse.ui.texteditor.rulerColumns extension point. |
IColumnSupport.java | Interface | Provides support to modify and query the visibility of
ruler columns and test whether a ruler column is supported. |
IContributedRulerColumn.java | Interface | Interface that has to be implemented by contributions to the
org.eclipse.ui.texteditor.rulerColumns extension point. |
RulerColumnDescriptor.java | Class | The description of an extension to the
org.eclipse.ui.workbench.texteditor.rulerColumns extension point. |
RulerColumnPreferenceAdapter.java | Class | Manages the preferences for ruler contributions stored in a preference store. |
RulerColumnRegistry.java | Class | A registry for all extensions to the
rulerColumns extension point. |