Eclipse Platform
2.1

Uses of Class
org.eclipse.jface.text.TextPresentation

Packages that use TextPresentation
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer
org.eclipse.jface.text.presentation Provides a presentation reconciler add-on for an ITextViewer
org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations of IPresentationDamager, IPresentationRepairer and IDocumentPartitioner
 

Uses of TextPresentation in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text with parameters of type TextPresentation
 String DefaultInformationControl.IInformationPresenter.updatePresentation(Display display, String hoverInfo, TextPresentation presentation, int maxWidth, int maxHeight)
          Updates the given presentation of the given information and thereby may manipulate the information to be displayed.
static void TextPresentation.applyTextPresentation(TextPresentation presentation, StyledText text)
          Applies the given presentation to the given text widget.
 void TextViewer.changeTextPresentation(TextPresentation presentation, boolean controlRedraw)
           
 void ITextViewer.changeTextPresentation(TextPresentation presentation, boolean controlRedraw)
          Applies the color information encoded in the given text presentation.
 

Uses of TextPresentation in org.eclipse.jface.text.contentassist
 

Methods in org.eclipse.jface.text.contentassist with parameters of type TextPresentation
 boolean IContextInformationPresenter.updatePresentation(int documentPosition, TextPresentation presentation)
          Updates the given presentation of the given context information at the given document position.
 

Uses of TextPresentation in org.eclipse.jface.text.presentation
 

Methods in org.eclipse.jface.text.presentation with parameters of type TextPresentation
 void IPresentationRepairer.createPresentation(TextPresentation presentation, ITypedRegion damage)
          Fills the given presentation with the style ranges which when applied to the presentation reconciler's text viewer repair the presentational damage described by the given region.
 

Uses of TextPresentation in org.eclipse.jface.text.rules
 

Methods in org.eclipse.jface.text.rules with parameters of type TextPresentation
 void DefaultDamagerRepairer.createPresentation(TextPresentation presentation, ITypedRegion region)
           
protected  void DefaultDamagerRepairer.addRange(TextPresentation presentation, int offset, int length, TextAttribute attr)
          Adds style information to the given text presentation.
 


Eclipse Platform
2.1

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