Eclipse Platform
2.1

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

Packages that use StyledText
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
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.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.
 


Eclipse Platform
2.1

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