Мне нужно настроить вкладку SWT. В частности, проблема:
if( a condition met in the content of a tab item )
{
color the upper tab area of that tab item
}
if( tabfolder to be reset )
{
reset the tabfolder back to its original view
}
Я думаю, CTabFolderRenderer
может это сделать? Любые идеи / предложения высоко ценятся.
Спасибо