Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » tool tip(display multiline tooltip)
tool tip [message #1386295] Mon, 16 June 2014 12:06
Sunilkumar naik is currently offline Sunilkumar naikFriend
Messages: 1
Registered: June 2014
Junior Member
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: Wed Apr 24 14:21:59 GMT 2024

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

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

Back to the top