Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » TabbedPropertySheetPage
TabbedPropertySheetPage [message #83245] Sat, 12 March 2005 22:44 Go to next message
Eclipse UserFriend
Originally posted by: sunny.evermoresw.com.cn

hi everybody,

i want to use the TabbedPropertySheetPage in the
org.eclipse.wst.common.ui.properties,and my title on TabbedPropertyTitle has
no relation to the current selection. when TabbedPropertySheetPage creates
TabbedPropertyComposite,it doesn't make this easy for client code to
subclass.

can someone give me some hints?

thanks in advance.
Re: TabbedPropertySheetPage [message #83546 is a reply to message #83245] Mon, 14 March 2005 12:43 Go to previous message
Eclipse UserFriend
Hi Sunny,

Have you tried specifying a label provider in the extension? ie.

<extension
point="org.eclipse.wst.common.ui.properties.propertyContributor ">
<propertyContributor labelProvider=...

TabbedPropertySheetPage will, upon refreshTitlebar, getText based on the
current selection from the label provider, where you can customize what
is displayed.

Keith Chong

sunny wrote:

> hi everybody,

> i want to use the TabbedPropertySheetPage in the
> org.eclipse.wst.common.ui.properties,and my title on TabbedPropertyTitle has
> no relation to the current selection. when TabbedPropertySheetPage creates
> TabbedPropertyComposite,it doesn't make this easy for client code to
> subclass.

> can someone give me some hints?

> thanks in advance.
Previous Topic:Duplication in JSP content assist.
Next Topic:Opening JSP "deadlocks" Eclipse
Goto Forum:
  


Current Time: Sat Jun 14 18:59:13 EDT 2025

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

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

Back to the top