Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ui.texteditor.rulers.RulerColumnDescriptor

Packages that use RulerColumnDescriptor
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 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 RulerColumnDescriptor
 void AbstractTextEditor.ColumnSupport.setColumnVisible(RulerColumnDescriptor descriptor, boolean visible)
           
 boolean AbstractTextEditor.ColumnSupport.isColumnVisible(RulerColumnDescriptor descriptor)
           
 boolean AbstractTextEditor.ColumnSupport.isColumnSupported(RulerColumnDescriptor descriptor)
           
 

Uses of RulerColumnDescriptor in org.eclipse.ui.texteditor.rulers
 

Methods in org.eclipse.ui.texteditor.rulers that return RulerColumnDescriptor
 RulerColumnDescriptor RulerColumnRegistry.getColumnDescriptor(String id)
          Returns the RulerColumnDescriptor with the given identity, null if no such descriptor exists.
 RulerColumnDescriptor IContributedRulerColumn.getDescriptor()
          Returns the extension point descriptor of this ruler.
 RulerColumnDescriptor AbstractContributedRulerColumn.getDescriptor()
           
 

Methods in org.eclipse.ui.texteditor.rulers with parameters of type RulerColumnDescriptor
 boolean RulerColumnPreferenceAdapter.isEnabled(RulerColumnDescriptor descriptor)
          Returns the enablement state of the given ruler contribution.
 void RulerColumnPreferenceAdapter.setEnabled(RulerColumnDescriptor descriptor, boolean enabled)
          Sets the enablement state of the given ruler contribution.
 void RulerColumnPreferenceAdapter.toggle(RulerColumnDescriptor descriptor)
          Toggles the enablement state of given the ruler contribution.
 void IContributedRulerColumn.setDescriptor(RulerColumnDescriptor descriptor)
          Sets the extension point descriptor of this ruler.
 boolean IColumnSupport.isColumnVisible(RulerColumnDescriptor descriptor)
          Returns true if the column described by descriptor is currently showing, false if not.
 void IColumnSupport.setColumnVisible(RulerColumnDescriptor descriptor, boolean visible)
          Attempts to set the visibility of the column described by descriptor.
 boolean IColumnSupport.isColumnSupported(RulerColumnDescriptor descriptor)
          Returns true if the column described by descriptor is supported by the receiver's editor, false if id is 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.
 void AbstractContributedRulerColumn.setDescriptor(RulerColumnDescriptor descriptor)
           
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.