Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] New topic in forum Nebula, called tool tip, by Sunilkumar naik

Title: Eclipse Community Forums
Subject: tool tip Author: Sunilkumar naik Date: Mon, 16 June 2014 08:06
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);

}
}
[ Reply ][ Quote ][ View Topic/Message ][ Unsubscribe from this forum ]

Back to the top