Re: Use of clipping in TabPaneSkin

2015-09-06 Thread Werner Lehmann
Hi Pedro, from my understanding there is no automatic clipping feature on control bounds. If the tabpane could not grow to accomadate its content, the content would overlap the tabpane bounds if it is bigger. You can find a similar pattern on the titledpane for example. Werner On

Re: Use of clipping in TabPaneSkin

2015-09-05 Thread Werner Lehmann
Hi, On 04.09.2015 19:54, Pedro Duque Vieira wrote: What's the purpose of this? looks as if there is a clipping rectangle being updated whenever width/height of the clipped area changes? Werner

Use of clipping in TabPaneSkin

2015-09-04 Thread Pedro Duque Vieira
Hi, While creating my ribbon implementation for javafx I decided I had to create my own TabPane implementation because of the singularities of the ribbon. The ribbon would then use my TabPane implementation. For this I looked at javafx TabPane code and I saw a lot of usage of clipping which I