Eclipse Platform
Release 3.1

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

Packages that use StyledText
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.source Provides a support for managing annotations attached to a document. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules.  
 

Uses of StyledText in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that return StyledText
protected  StyledText TextViewer.createTextWidget(Composite parent, int styles)
          Factory method to create the text widget to be used as the viewer's text widget.
 StyledText TextViewer.getTextWidget()
          Returns viewer's text widget.
 StyledText ITextViewer.getTextWidget()
          Returns this viewer's SWT control, null if the control is disposed.
 

Methods in org.eclipse.jface.text with parameters of type StyledText
static void TextPresentation.applyTextPresentation(TextPresentation presentation, StyledText text)
          Applies the given presentation to the given text widget.
 

Uses of StyledText in org.eclipse.jface.text.source
 

Methods in org.eclipse.jface.text.source with parameters of type StyledText
 void AnnotationPainter.IDrawingStrategy.draw(Annotation annotation, GC gc, StyledText textWidget, int offset, int length, Color color)
          Draws a decoration of the given length start at the given offset in the given color onto the specified GC.
 void AnnotationPainter.SquigglesStrategy.draw(Annotation annotation, GC gc, StyledText textWidget, int offset, int length, Color color)
           
 void AnnotationPainter.NullStrategy.draw(Annotation annotation, GC gc, StyledText textWidget, int offset, int length, Color color)
           
 

Uses of StyledText in org.eclipse.ui.texteditor
 

Methods in org.eclipse.ui.texteditor that return StyledText
protected  StyledText TextNavigationAction.getTextWidget()
          Returns the text widget this actions is bound to.
 

Constructors in org.eclipse.ui.texteditor with parameters of type StyledText
TextNavigationAction(StyledText textWidget, int action)
          Creates a new TextNavigationAction.
AbstractTextEditor.LineStartAction(StyledText textWidget, boolean doSelect)
          Creates a new line start action.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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