Skip to main content



      Home
Home » Eclipse Projects » Nebula » tool tip(display multiline tooltip)
tool tip [message #1386295] Mon, 16 June 2014 08:06
Eclipse UserFriend
Hi everyone,

I need multiline tooltip.

As i have used overridden method getToolTipText from ColumnLabelProvider(), but getting single line tooltip.For more data this is not a good way to display. so please any one help me solve this.

column.setLabelProvider(new ColumnLabelProvider() {

@Override
public String getToolTipText(Object element) {
......
return (value);

}
}
Previous Topic:Nebula Grid: How to group columns when using GridTreeViewer?
Next Topic:Nebula GridViewerTable Column alignment.
Goto Forum:
  


Current Time: Sat May 03 12:38:22 EDT 2025

Powered by FUDForum. Page generated in 0.04319 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top