Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Change Application text from header/titlebar
Change Application text from header/titlebar [message #799992] Thu, 16 February 2012 14:49 Go to next message
Rick C. is currently offline Rick C.Friend
Messages: 9
Registered: July 2009
Junior Member
Hi,

From Eclipse header area (titlebar), text changes when we change from Java perspective
to Debug perspective for example.

Text is displayed like this: Java - com.sample.www/plugin.xml - Eclipse SDK - D:\eclipse

What Eclipse does is nice and more than what I need.

In my application, I can use org.eclipse.ui.perspectives extension and change name attribute value to change perspective name, but how can I configure or code to make header area text look like this: Java - Eclipse SDK ([perspective name] - [product name])?

thanks,

[Updated on: Thu, 16 February 2012 15:23]

Report message to a moderator

Re: Change Application text from taskbar [message #800626 is a reply to message #799992] Fri, 17 February 2012 09:37 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 16.02.2012 15:49, Rick C. wrote:
> Hi,
>
> From Eclipse header area (taskbar), text changes when we change from
> Java perspective to Debug perspective for example.
> Text is displayed like this: Java - com.sample.www/plugin.xml -
> Eclipse SDK - D:\eclipse
>
> What Eclipse does is nice and more than what I need.
>
> In my application, I can use org.eclipse.ui.perspectives extension and
> change name attribute value to change perspective name, but how can I
> configure or code to make header area text look like this: Java -
> Eclipse SDK ([perspective name] - [product name])?

Take a look at
org.eclipse.ui.application.IWorkbenchWindowConfigurer.setTitle(String)

Dani
>
> thanks,
Previous Topic:Why ContentOutlineView "steals" focus when my editor is activated?
Next Topic:[RESOLVED] Adapter not used, caused by plugin not activated.
Goto Forum:
  


Current Time: Thu Apr 25 02:21:18 GMT 2024

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

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

Back to the top