Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SWT - How to change the order of existing TabItems in a TabFolder

Tags:

java

swt

How do I change the order of existing TabItems in a TabFolder? Sorry for not being able to post more, but I just have completely no clue. TabItems don't have a z-Index, moveAbove() and moveBelow() of the contained composites don't work, I have the feeling to have tried everything.

Regards, Daniel

like image 777
Daniel Avatar asked Jun 07 '11 09:06

Daniel


1 Answers

On our project, we had to do that. We disposed the old tab and created a new one on the correct position.

like image 70
Mario Marinato Avatar answered Oct 29 '22 13:10

Mario Marinato