|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swt.SwtToolTipGenerator
com.tensegrity.gui.swt.control.SwtToolBar.SwtToolbarToolTipGenerator
This is a implementation for the
SwtToolbar.
SwtToolTipGenerator
| Constructor Summary | |
protected |
SwtToolBar.SwtToolbarToolTipGenerator(SwtToolBar toolbar)
Initialises and activates tooltips on the passed SwtToolBar.
|
| Method Summary | |
java.lang.Object |
getToolTip()
Returns the default tooltip for the corresponding GraphPanel. |
java.lang.Object |
getToolTip(int x,
int y,
int modifiers)
Returns the default tooltip for the corresponding GraphPanel. |
| Methods inherited from class com.tensegrity.gui.swt.SwtToolTipGenerator |
createTooltip, destroy, getControl, getDismissDelay, getInitialDelay, getOffsetX, getOffsetY, getReshowDelay, getTooltipBackGroundColor, getTooltipForeGroundColor, isEnabled, setDismissDelay, setEnabled, setInitialDelay, setReshowDelay |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected SwtToolBar.SwtToolbarToolTipGenerator(SwtToolBar toolbar)
Initialises and activates tooltips on the passed
SwtToolBar.
toolbar - the SwtToolBar for which tooltips are herein generated.| Method Detail |
public java.lang.Object getToolTip()
ToolTipGenerator
public java.lang.Object getToolTip(int x,
int y,
int modifiers)
ToolTipGenerator
x - The x coordinate to get the tooltip fory - The y coordinate to get the tooltip formodifiers - The modifiers of the event, that triggered this request
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||