Eclipse Platform
Release 3.4

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

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

Uses of StyledTextPrintOptions in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type StyledTextPrintOptions
 void TextViewer.print(StyledTextPrintOptions options)
          Print the text viewer contents using the given options.
 void ITextViewerExtension8.print(StyledTextPrintOptions options)
          Print the text viewer contents using the given options.
 

Uses of StyledTextPrintOptions in org.eclipse.swt.custom
 

Methods in org.eclipse.swt.custom with parameters of type StyledTextPrintOptions
 Runnable StyledText.print(Printer printer, StyledTextPrintOptions options)
          Returns a runnable that will print the widget's text to the specified printer.
 


Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

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