Uses of Class
org.eclipse.ui.texteditor.rulers.RulerColumnRegistry
-
Packages that use RulerColumnRegistry Package Description org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.org.eclipse.ui.texteditor.rulers Provides interfaces and classes for theorg.eclipse.ui.workbench.texteditor.rulerColumns
. -
-
Uses of RulerColumnRegistry in org.eclipse.ui.texteditor
Constructors in org.eclipse.ui.texteditor with parameters of type RulerColumnRegistry Constructor Description ColumnSupport(AbstractTextEditor editor, RulerColumnRegistry registry)
Creates a new column support for the given editor. -
Uses of RulerColumnRegistry in org.eclipse.ui.texteditor.rulers
Methods in org.eclipse.ui.texteditor.rulers that return RulerColumnRegistry Modifier and Type Method Description static RulerColumnRegistry
RulerColumnRegistry. getDefault()
Returns the default computer registry.
-