Auto-tips for obscured components

This forum is used by users to request and discuss new product features. Please do not use this forum for technical support including bug reports.

Moderator: JIDE Support

Forum rules
Product suggestions only. Please do not use this forum for technical support including bug reports.

Auto-tips for obscured components

Postby efx » Thu Jun 18, 2009 2:55 am

It would be fantastic if you could provide a reasonably generic tool to support automatically displaying a tooltip-style popup over a component when part of the component is obscured due to layout, which shows the full component when mouse is over the obscured part of it.

An example of this common in many UIs including most IDEs is for JTree cells, e.g. in IntelliJ:
obscuredJTree.png
obscuredJTree.png (13.91 KiB) Viewed 11387 times


Obvious candidates are tree cell and list cell renderers, table cell renderers and JComboBox editor components.

I'm not sure if it would be possible to do this "unobtrusively", i.e. without having to subclass the tree/table/combobox, so e.g. you could just call static methods to install support...

AutoObscureTipSupport.install(myJTree);
AutoObscureTipSupport.install(myComboBox);

I realise it's quite a tall order!

Thanks
efx
 
Posts: 164
Joined: Fri May 02, 2008 9:35 am

Re: Auto-tips for obscured components

Postby Walter Laan » Thu Jun 18, 2009 8:03 am

Walter Laan
 
Posts: 383
Joined: Mon May 01, 2006 12:13 am

Re: Auto-tips for obscured components

Postby JIDE Support » Thu Jun 18, 2009 8:25 am

Thanks Walter. That's what I would suggest too. I tried it before. It is not as good as the one in intellij but should be good enough to use.
JIDE Software Technical Support Team
JIDE Support
Site Admin
 
Posts: 37219
Joined: Sun Sep 14, 2003 10:49 am

Re: Auto-tips for obscured components

Postby efx » Thu Jun 18, 2009 9:39 am

Cool, almost exactly what I was looking for (except no support for JComboBox). I'll see if I can tweak it for combo boxes.

Thanks
efx
 
Posts: 164
Joined: Fri May 02, 2008 9:35 am


Return to Product Suggestions

Who is online

Users browsing this forum: No registered users and 6 guests