|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.util.viewer.BrowserColumnViewerTip
public abstract class BrowserColumnViewerTip
Enables a tool tip for a ColumnViewer
Constructor Summary | |
---|---|
BrowserColumnViewerTip(org.eclipse.jface.viewers.ColumnViewer viewer,
int width,
int height,
boolean plainText)
Constructor |
Method Summary | |
---|---|
protected abstract String |
getToolTip(Object element,
int col,
String text)
Get the tool tip for a viewer cell |
protected void |
showToolTip(int x,
int y)
Show tooltip for the cell at the given position |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BrowserColumnViewerTip(org.eclipse.jface.viewers.ColumnViewer viewer, int width, int height, boolean plainText)
viewer
- the viewerwidth
- the maximum tip widthheight
- the maximum tip heightplainText
- if the tip text is plain text or HTMLMethod Detail |
---|
protected void showToolTip(int x, int y)
x
- the widget relative x ordinatey
- the widget relative y ordinateprotected abstract String getToolTip(Object element, int col, String text)
element
- the element defining the viewer rowcol
- the column indextext
- the cell text
null
if no tool tip shall be shown
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |