OK, so I got most of the way into implementing your idea, when I realised that a renderer is not going to be sufficient - what I ideally what is to be able to put __active__ components onto the title tab e.g. close buttons, or even whackier stuff.
So a renderer doesn't quite work, because it can't react to mouse/keyboard events. Any suggestions? On Thu, Apr 9, 2009 at 17:55, Greg Brown <[email protected]> wrote: > This would probably be best implemented by providing a TabPane.TabRenderer > interface, similar to what we do elsewhere. TabPane.TabPaneAttributes would > change to define a single tabData property (as an Object) instead of separate > icon and name properties. >
