| [news.eclipse.platform] Re: Grrr. Why private? (How to set font of MultiPageEditorPart tabs?) |
How can I set the format of the text of the tab label for a MultiPageEditorPart? If I could call getItem(), that would be perfect. But it's private. :( Can anyone recommend a solution, short of duplicating the entire class just to make one method protected instead of private?
Sigh... I missed getControl(), which also does the trick and is not private.