Uses of Class
org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor
-
Packages that use RulerColumnDescriptor 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 RulerColumnDescriptor in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type RulerColumnDescriptor Modifier and Type Method Description booleanAbstractTextEditor.ColumnSupport. isColumnSupported(RulerColumnDescriptor descriptor)booleanAbstractTextEditor.ColumnSupport. isColumnVisible(RulerColumnDescriptor descriptor)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 RulerColumnDescriptor Modifier and Type Method Description RulerColumnDescriptorRulerColumnRegistry. getColumnDescriptor(String id)Returns theRulerColumnDescriptorwith the given identity,nullif no such descriptor exists.RulerColumnDescriptorAbstractContributedRulerColumn. getDescriptor()RulerColumnDescriptorIContributedRulerColumn. getDescriptor()Returns the extension point descriptor of this ruler.Methods in org.eclipse.ui.texteditor.rulers that return types with arguments of type RulerColumnDescriptor Modifier and Type Method Description List<RulerColumnDescriptor>RulerColumnRegistry. getColumnDescriptors()Returns the list ofRulerColumnDescriptors describing all extensions to therulerColumnsextension point.Methods in org.eclipse.ui.texteditor.rulers with parameters of type RulerColumnDescriptor Modifier and Type Method Description booleanIColumnSupport. 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.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.
-