Eclipse Platform
2.1

Uses of Class
org.eclipse.swt.custom.StyleRange

Packages that use StyleRange
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.swt.custom SWT Custom widgets. 
 

Uses of StyleRange in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return StyleRange
 StyleRange TextPresentation.getDefaultStyleRange()
          Returns this presentation's default style range.
 StyleRange TextPresentation.getFirstStyleRange()
          Returns the style range with the smallest offset ignoring the default style range or null if the presentation is empty.
 StyleRange TextPresentation.getLastStyleRange()
          Returns the style range with the highest offset ignoring the default style range.
protected  StyleRange TextViewer.modelStyleRange2WidgetStyleRange(StyleRange range)
          Translates a style range given relative to the viewer's document into style ranges relative to the viewer's widget.
 

Methods in org.eclipse.jface.text with parameters of type StyleRange
 void TextPresentation.setDefaultStyleRange(StyleRange range)
          Set the default style range of this presentation.
 void TextPresentation.addStyleRange(StyleRange range)
          Add the given range to the presentation.
protected  StyleRange TextViewer.modelStyleRange2WidgetStyleRange(StyleRange range)
          Translates a style range given relative to the viewer's document into style ranges relative to the viewer's widget.
 

Uses of StyleRange in org.eclipse.swt.custom
 

Fields in org.eclipse.swt.custom declared as StyleRange
 StyleRange[] LineStyleEvent.styles
           
 

Methods in org.eclipse.swt.custom that return StyleRange
 StyleRange StyledText.getStyleRangeAtOffset(int offset)
          Returns the style range at the given offset.
 StyleRange[] StyledText.getStyleRanges()
          Returns the styles.
 

Methods in org.eclipse.swt.custom with parameters of type StyleRange
 void StyledText.replaceStyleRanges(int start, int length, StyleRange[] ranges)
          Replaces the styles in the given range with new styles.
 void StyledText.setStyleRange(StyleRange range)
          Adds the specified style.
 void StyledText.setStyleRanges(StyleRange[] ranges)
          Sets styles to be used for rendering the widget content.
 boolean StyleRange.similarTo(StyleRange style)
          Compares the specified object to this StyleRange and answer if the two are similar.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.