[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Setting title on a FormEditor

I had some code in an RCP application I've been working on that used
FormEditor.setTitle(String title) to try to set the title of the editor.  I
say "try" because for whatever reason it silently failed when I was running
in Eclipse 3.0 M9.  I've installed 3.1 M4 now and one thing I notice is that
I now get a message that this method is deprecated.  OK, so what is the
correct way to set the title (i.e. the one that is not deprecated and that
actually works! ;-)

TIA!
David