Bug 288362 - [Cookbook] Adapt it with adding adevenced tab
Summary: [Cookbook] Adapt it with adding adevenced tab
Status: RESOLVED FIXED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2009-09-02 10:34 EDT by Patrick Tessier CLA
Modified: 2013-04-19 12:08 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Tessier CLA 2009-09-02 10:34:41 EDT
in order to see the advanced tab we need to add this extension point:
<extension
	point="org.eclipse.ui.views.properties.tabbed.propertySections">
	<propertySections contributorId="TreeOutlinePage">
		<propertySection
			afterSection=""
	   		class="org.eclipse.papyrus.diagram.usecase.sheet.UMLPropertySection"
	  		id="AdvancedProperty"
	   		tab="advanced">
	   		<input type="java.lang.Object"/>
		</propertySection>
	</propertySections>
</extension>

this trick has to be written in the cook book.
Comment 1 Emilien Perico CLA 2009-09-11 12:07:05 EDT
If we add the extension point, advanced properties tab is split with a part for each extension point declaration
Extension point for advanced properties is generated with GMF mechanism.

But we must think about a generic mechanism for this tab, with an extension point declared in a common plugin.
Comment 2 Sébastien Gérard CLA 2013-04-19 12:08:17 EDT
This task is no more relevant in the context of 0.10.0.