Uses of Class
org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
Packages that use RulerColumnDescriptor
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 RulerColumnDescriptor in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type RulerColumnDescriptorModifier and TypeMethodDescriptionfinal booleanAbstractTextEditor.ColumnSupport.isColumnSupported(RulerColumnDescriptor descriptor) final booleanAbstractTextEditor.ColumnSupport.isColumnVisible(RulerColumnDescriptor descriptor) final voidAbstractTextEditor.ColumnSupport.setColumnVisible(RulerColumnDescriptor descriptor, boolean visible) -
Uses of RulerColumnDescriptor in org.eclipse.ui.texteditor.rulers
Methods in org.eclipse.ui.texteditor.rulers that return RulerColumnDescriptorModifier and TypeMethodDescriptionRulerColumnRegistry.getColumnDescriptor(String id) Returns theRulerColumnDescriptorwith the given identity,nullif no such descriptor exists.final RulerColumnDescriptorAbstractContributedRulerColumn.getDescriptor()IContributedRulerColumn.getDescriptor()Returns the extension point descriptor of this ruler.Methods in org.eclipse.ui.texteditor.rulers that return types with arguments of type RulerColumnDescriptorModifier and TypeMethodDescriptionRulerColumnRegistry.getColumnDescriptors()Returns the list ofRulerColumnDescriptors describing all extensions to therulerColumnsextension point.Methods in org.eclipse.ui.texteditor.rulers with parameters of type RulerColumnDescriptorModifier and TypeMethodDescriptionbooleanIColumnSupport.isColumnSupported(RulerColumnDescriptor descriptor) Returnstrueif the column described bydescriptoris supported by the receiver's editor,falseifidis not the identifier of a known column contribution, if the column does not target the editor, or if the editor does not support contributed columns.booleanIColumnSupport.isColumnVisible(RulerColumnDescriptor descriptor) Returnstrueif the column described bydescriptoris currently showing,falseif not.booleanRulerColumnPreferenceAdapter.isEnabled(RulerColumnDescriptor descriptor) Returns the enablement state of the given ruler contribution.voidIColumnSupport.setColumnVisible(RulerColumnDescriptor descriptor, boolean visible) Attempts to set the visibility of the column described bydescriptor.final voidAbstractContributedRulerColumn.setDescriptor(RulerColumnDescriptor descriptor) voidIContributedRulerColumn.setDescriptor(RulerColumnDescriptor descriptor) Sets the extension point descriptor of this ruler.voidRulerColumnPreferenceAdapter.setEnabled(RulerColumnDescriptor descriptor, boolean enabled) Sets the enablement state of the given ruler contribution.voidRulerColumnPreferenceAdapter.toggle(RulerColumnDescriptor descriptor) Toggles the enablement state of given the ruler contribution.