Uses of Interface
org.eclipse.ui.texteditor.rulers.IContributedRulerColumn
Package
Description
Provides a framework for text editors obeying to the
desktop rules.
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns
.-
Uses of IContributedRulerColumn in org.eclipse.ui.texteditor
Modifier and TypeMethodDescriptionprotected void
AbstractTextEditor.ColumnSupport.initializeColumn
(IContributedRulerColumn column) Hook to let subclasses initialize a newly created column. -
Uses of IContributedRulerColumn in org.eclipse.ui.texteditor.rulers
Modifier and TypeClassDescriptionclass
Helper class for contributions to theorg.eclipse.ui.texteditor.rulerColumns
extension point.Modifier and TypeMethodDescriptionRulerColumnDescriptor.createColumn
(ITextEditor editor) Creates aIContributedRulerColumn
instance as described by the receiver.