Community
Participate
Working Groups
Created attachment 118719 [details] Patch It would be nice if TabbedPropertySheetPage allowed: - Indicating if the title should be generated or not - Retrieving title text and image - Indicating that partActivationListener should not be generated. Attached patch contains these additions.
I talked to Lidija a little more about this request and here is what they are asking for. They are extending TabbedPropertySheetPage and want to make use of a title bar, but do not want the title bar shown in the TabbedPropertyComposite. To this end, they still will have a labelProvider defined in the propertyContributor extension. So they need a way to turn off the title bar in the UI as well as an API to get the image and label in the title bar. They also want to override the partActivationListener. There is no way to do this since the registration is inside TabbedPropertySheetPage.createControl()
I have committed the patch to HEAD. I added @since 3.5 tags to the JavaDoc since our API tools require us to do so.
(In reply to comment #1) > I talked to Lidija a little more about this request and here is what they are > asking for. > > They also want to override the partActivationListener. There is no way to do > this since the registration is inside TabbedPropertySheetPage.createControl() > The group does not need to override the partActivationListener. I am removing this in Bug 259179 .
Comment on attachment 118719 [details] Patch added missing iplog+ flag