Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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
 boolean AbstractTextEditor.ColumnSupport. isColumnSupported ( RulerColumnDescriptor descriptor)
           
 boolean AbstractTextEditor.ColumnSupport. isColumnVisible ( RulerColumnDescriptor descriptor)
           
 void AbstractTextEditor.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
  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 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.
 boolean IColumnSupport. isColumnVisible ( RulerColumnDescriptor descriptor)
          Returns true if the column described by descriptor is currently showing, false if not.
 boolean RulerColumnPreferenceAdapter. isEnabled ( RulerColumnDescriptor descriptor)
          Returns the enablement state of the given ruler contribution.
 void IColumnSupport. setColumnVisible ( RulerColumnDescriptor descriptor, boolean visible)
          Attempts to set the visibility of the column described by descriptor.
 void IContributedRulerColumn. setDescriptor ( RulerColumnDescriptor descriptor)
          Sets the extension point descriptor of this ruler.
 void AbstractContributedRulerColumn. setDescriptor ( RulerColumnDescriptor descriptor)
           
 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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire