Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to set the TitleToolTip for standard views like OutlineView?
How to set the TitleToolTip for standard views like OutlineView? [message #306870] Tue, 08 August 2006 08:53 Go to next message
Eclipse UserFriend
Originally posted by: robert.moestl.joanneum.at

Hello!

I'm searching for a solution to set the tool tip of a standard eclipse
view like the OutlineView.

For my own views I'm achieving this by calling #setTitleToolTip("Tooltip
Text") in #createPartControl

I'm adding the outline view in #createInitialLayout of my perspective
like this:

final IFolderLayout roomFolder = layout.createFolder("RoomFolder",
IPageLayout.BOTTOM, 0.25f, ProjectListView.ID);
roomFolder.addView(IPageLayout.ID_OUTLINE);


Is there an easy way to achieve setting the tooltip for the standard
outline view?

Thanks in advance
Robert
Re: How to set the TitleToolTip for standard views like OutlineView? [message #306909 is a reply to message #306870] Wed, 09 August 2006 06:13 Go to previous message
Eclipse UserFriend
Robert Möstl wrote:

> Hello!
>
> I'm searching for a solution to set the tool tip of a standard eclipse
> view like the OutlineView.
>
> For my own views I'm achieving this by calling
> #setTitleToolTip("Tooltip Text") in #createPartControl
>
> I'm adding the outline view in #createInitialLayout of my perspective
> like this:
>
> final IFolderLayout roomFolder = layout.createFolder("RoomFolder",
> IPageLayout.BOTTOM, 0.25f, ProjectListView.ID);
> roomFolder.addView(IPageLayout.ID_OUTLINE);
>
>
> Is there an easy way to achieve setting the tooltip for the standard
> outline view?

As far as I know this isn't possible.

Dani

>
> Thanks in advance
> Robert
Previous Topic:JFace Design Advice
Next Topic:Project Explorer - common wizard enablement
Goto Forum:
  


Current Time: Tue Jul 22 21:30:31 EDT 2025

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

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

Back to the top