Class AbstractContributedRulerColumn

java.lang.Object
org.eclipse.ui.texteditor.rulers.AbstractContributedRulerColumn
All Implemented Interfaces:
IVerticalRulerColumn, IContributedRulerColumn

public abstract class AbstractContributedRulerColumn extends Object implements IContributedRulerColumn
Helper class for contributions to the org.eclipse.ui.texteditor.rulerColumns extension point.

Subclasses must have a zero-argument constructor so that they can be created by IConfigurationElement.createExecutableExtension(String).

Since:
3.3
  • Constructor Details

    • AbstractContributedRulerColumn

      public AbstractContributedRulerColumn()
  • Method Details