Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of TextPresentation in org.eclipse.jface.text
 

Fields in org.eclipse.jface.text declared as TextPresentation
private  TextPresentation DefaultInformationControl.fPresentation
          A cached text presentation
 

Methods in org.eclipse.jface.text with parameters of type TextPresentation
private  void TextViewer.addPresentation(TextPresentation presentation)
          Adds the given presentation to the viewer's style information.
private  void TextViewer.applyTextPresentation(TextPresentation presentation)
          Applies the given presentation to the given text widget.
 void TextViewer.changeTextPresentation(TextPresentation presentation, boolean controlRedraw)
           
static void TextPresentation.applyTextPresentation(TextPresentation presentation, org.eclipse.swt.custom.StyledText text)
          Applies the given presentation to the given text widget.
 void ITextViewer.changeTextPresentation(TextPresentation presentation, boolean controlRedraw)
          Applies the color information encoded in the given text presentation.
 java.lang.String DefaultInformationControl.IInformationPresenter.updatePresentation(org.eclipse.swt.widgets.Display display, java.lang.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.
 void ITextPresentationListener.applyTextPresentation(TextPresentation textPresentation)
          This method is called when a text presentation is about to be applied to the text viewer.