Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Update Editor title (again)
Update Editor title (again) [message #436331] Tue, 06 September 2005 08:07 Go to next message
Eclipse UserFriend
Originally posted by: dutz.c-ware.de

Hi,

since I got no answer to my problem and I am realy desperate, I'll try
to describe my problem a little better.

All I want to do is change an editros title after it was created. How
can I do this. I know that it must be possible, sinse if I refactor a
classname the editors title for this class changes aswell.

Any help appreciated.

Chris
Re: Update Editor title (again) [message #436338 is a reply to message #436331] Tue, 06 September 2005 13:14 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Christofer Dutz wrote:
> Hi,
>
> since I got no answer to my problem and I am realy desperate, I'll try
> to describe my problem a little better.
>
> All I want to do is change an editros title after it was created. How
> can I do this. I know that it must be possible, sinse if I refactor a
> classname the editors title for this class changes aswell.
>
> Any help appreciated.
>
> Chris

What's wrong with your subclass using WorkbenchPart#setPartName() and
WOrkbenchPart#setContentDescription() ... they're set up to fire the
property change for IWorkbenchPart#PROP_TITLE

Later,
PW


Previous Topic:Access control on actions and views
Next Topic:IPreferenceConstants in an RCP app?
Goto Forum:
  


Current Time: Sat Dec 14 17:49:13 GMT 2024

Powered by FUDForum. Page generated in 0.03181 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top