I know this can be implemented fairly easily but I must use a standard functionality for this.
I need a tooltip to be shown on a text field but only when the text in the text field is to long to be displayed in the field. Tables and Tree’s have this functionality when resizeing columns but I didn’t find anything similar for text fields.
I didn’t manage to find this functionality in Eclipse either so I’m guessing it’s not a standard functionality.
Please prove me wrong:).
Thanks in advance.
What does it mean “Standard functionality”..? Adding
modifyListenertoTextinstance is (imo) standard fair enough.Here’s my approach