TabbedPropertySheetPage [message #83245] |
Sat, 12 March 2005 22:44  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.03860 seconds