|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface DefaultInformationControl.IInformationPresenter
An information presenter determines the style presentation of information displayed in the default information control. The interface can be implemented by clients.
Method Summary | |
---|---|
java.lang.String |
updatePresentation(Display display,
java.lang.String hoverInfo,
TextPresentation presentation,
int maxWidth,
int maxHeight)
Deprecated. As of 3.2, replaced by DefaultInformationControl.IInformationPresenterExtension.updatePresentation(Drawable, String, TextPresentation, int, int)
see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=38528 for details. |
Method Detail |
---|
java.lang.String updatePresentation(Display display, java.lang.String hoverInfo, TextPresentation presentation, int maxWidth, int maxHeight)
DefaultInformationControl.IInformationPresenterExtension.updatePresentation(Drawable, String, TextPresentation, int, int)
see bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=38528 for details.
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
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.