org.eclipse.cdt.debug.internal.ui
Class HTMLTextPresenter
java.lang.Object
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
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 |
HTMLTextPresenter
public HTMLTextPresenter(boolean enforceUpperLineLimit)
HTMLTextPresenter
public HTMLTextPresenter()
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