public static interface DefaultInformationControl.IInformationPresenter
Modifier and Type | Method and Description |
---|---|
String |
updatePresentation(Display display,
String hoverInfo,
TextPresentation presentation,
int maxWidth,
int maxHeight)
Deprecated.
|
String updatePresentation(Display display, String hoverInfo, TextPresentation presentation, int maxWidth, int maxHeight)
DefaultInformationControl.IInformationPresenterExtension.updatePresentation(Drawable, String, TextPresentation, int, int)
Note: The given display must only be used for measuring.
display
- the display of the information controlhoverInfo
- the information to be presentedpresentation
- the presentation to be updatedmaxWidth
- the maximal width in pixelsmaxHeight
- the maximal height in pixels
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.