diff options
author | Vincent Lorenzo | 2015-06-03 12:34:01 +0000 |
---|---|---|
committer | Vincent Lorenzo | 2015-06-03 12:34:01 +0000 |
commit | 14262636e66a1f13a78ea43730b0205e3a65d7d4 (patch) | |
tree | 68cc7d48b980a7709b4756fcb0cb01fa704fcf7d /plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration | |
parent | 0fd51ae557885614dd41b0266b7400bfa95f168b (diff) | |
download | org.eclipse.papyrus-14262636e66a1f13a78ea43730b0205e3a65d7d4.tar.gz org.eclipse.papyrus-14262636e66a1f13a78ea43730b0205e3a65d7d4.tar.xz org.eclipse.papyrus-14262636e66a1f13a78ea43730b0205e3a65d7d4.zip |
Bug 464409: [Stereotype Display] Objective 5a: Show applied Stereotypes in a Table with their properties https://bugs.eclipse.org/bugs/show_bug.cgi?id=464409 - Hide categories - Show CheckBox by default - Single Tree Column - 4 Depths : View Uml Element Uml Stereotypes Uml Stereotypes Properties - Add Stereotype Properties
Diffstat (limited to 'plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration')
-rw-r--r-- | plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration new file mode 100644 index 00000000000..59d362a9595 --- /dev/null +++ b/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/config/stereotypeDisplay.configuration @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<configuration:PapyrusConfiguration + xmi:version="2.0" + xmlns:xmi="http://www.omg.org/XMI" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:configuration="http://www.eclipse.org/papyrus/infra/viewpoints/configuration" + xmi:id="_KIq-4P4UEeSRsNBVzfUrzA"> + <viewpoints + xsi:type="configuration:PapyrusViewpoint" + xmi:id="_VGewQP4UEeSRsNBVzfUrzA" + name="Default Papyrus Viewpoint"> + <modelKinds + xsi:type="configuration:PapyrusSyncTable" + xmi:id="_WC1q0P4UEeSRsNBVzfUrzA" + name="StereotypeDisplayTreeTable" + icon="platform:/plugin/org.eclipse.papyrus.uml.nattable.generic.config/icons/uml_generic_table.png" + implementationID="PapyrusStereotypeDisplayTreeTable"> + <modelRules + xmi:id="_7k79wP4VEeSRsNBVzfUrzA"> + <element + href="http://www.eclipse.org/uml2/5.0.0/UML#//Element"/> + </modelRules> + <owningRules + xmi:id="_AJmbwP4WEeSRsNBVzfUrzA"> + <element + href="http://www.eclipse.org/uml2/5.0.0/UML#//Element"/> + </owningRules> + <categories + href="platform:/plugin/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration#_7wNb4txhEeOqHvRyiN87hA"/> + </modelKinds> + </viewpoints> + <defaultStakeholder + href="platform:/plugin/org.eclipse.papyrus.infra.viewpoints.policy/builtin/default.configuration#_7wLmkdxhEeOqHvRyiN87hA"/> + <metamodel + href="http://www.eclipse.org/uml2/5.0.0/UML#/"/> +</configuration:PapyrusConfiguration> |