Skip to main content



      Home
Home » Newcomers » Newcomers » WorkbenchPart.setTitleToolTip doesn't work
WorkbenchPart.setTitleToolTip doesn't work [message #143617] Fri, 17 March 2006 03:06
Eclipse UserFriend
Originally posted by: d3nny198.yahoo.com

Hi,

I am trying to create a editor that extends
org.eclipse.ui.forms.editor.FormEditor.

Apparently, the this.setTitleToolTip("abc") doesn't work, so I have to
manually overide getTitleToolTip() so that it doesn't fail the PartTester.

My question is that The Eclipse API suggest setting title tool tip from
setTitleToolTip("abc") instead of override getTitleToolTip(), how do i set
this title tool tip correctly ?

------

public class POEditor extends FormEditor {
public POEditor() {
super();
super.setTitleToolTip("PO Editor");
}

protected void addPages() {
super.setTitleToolTip("PO Editor");
}
}

Thanks,

Denny
Previous Topic:Lauching Eclipse from UNIX
Next Topic:how to implements call hierarchy
Goto Forum:
  


Current Time: Thu May 08 01:58:43 EDT 2025

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

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

Back to the top