org.eclipse.cdt.debug.internal.ui
Class HTMLTextPresenter

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.HTMLTextPresenter
All Implemented Interfaces:
org.eclipse.jface.text.DefaultInformationControl.IInformationPresenter, org.eclipse.jface.text.DefaultInformationControl.IInformationPresenterExtension

public class HTMLTextPresenter
extends java.lang.Object
implements org.eclipse.jface.text.DefaultInformationControl.IInformationPresenter, org.eclipse.jface.text.DefaultInformationControl.IInformationPresenterExtension


Constructor Summary
HTMLTextPresenter()
           
HTMLTextPresenter(boolean enforceUpperLineLimit)
           
 
Method Summary
 java.lang.String updatePresentation(org.eclipse.swt.widgets.Display display, java.lang.String hoverInfo, org.eclipse.jface.text.TextPresentation presentation, int maxWidth, int maxHeight)
           
 java.lang.String updatePresentation(org.eclipse.swt.graphics.Drawable drawable, java.lang.String hoverInfo, org.eclipse.jface.text.TextPresentation presentation, int maxWidth, int maxHeight)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTextPresenter

public HTMLTextPresenter(boolean enforceUpperLineLimit)

HTMLTextPresenter

public HTMLTextPresenter()
Method Detail

updatePresentation

public java.lang.String updatePresentation(org.eclipse.swt.graphics.Drawable drawable,
                                           java.lang.String hoverInfo,
                                           org.eclipse.jface.text.TextPresentation presentation,
                                           int maxWidth,
                                           int maxHeight)
Specified by:
updatePresentation in interface org.eclipse.jface.text.DefaultInformationControl.IInformationPresenterExtension

updatePresentation

public java.lang.String updatePresentation(org.eclipse.swt.widgets.Display display,
                                           java.lang.String hoverInfo,
                                           org.eclipse.jface.text.TextPresentation presentation,
                                           int maxWidth,
                                           int maxHeight)
Specified by:
updatePresentation in interface org.eclipse.jface.text.DefaultInformationControl.IInformationPresenter