Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-08-03 14:56:00 +0000
committervlorenzo2012-08-03 14:56:00 +0000
commit3dd5ca3b853aa4e749f02fec9364cc87d68caa8f (patch)
tree1da51bbf52d89c4312ebc0a352320370ca9816f1
parentbb5e0d0dc89d20942a2448efc7525d7745917e8b (diff)
downloadorg.eclipse.papyrus-3dd5ca3b853aa4e749f02fec9364cc87d68caa8f.tar.gz
org.eclipse.papyrus-3dd5ca3b853aa4e749f02fec9364cc87d68caa8f.tar.xz
org.eclipse.papyrus-3dd5ca3b853aa4e749f02fec9364cc87d68caa8f.zip
A save of my work on the new tables
change property view
-rw-r--r--incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.properties/propertyView/papyrustable/ui/SinglePapyrusTable.xwt16
1 files changed, 8 insertions, 8 deletions
diff --git a/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.properties/propertyView/papyrustable/ui/SinglePapyrusTable.xwt b/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.properties/propertyView/papyrustable/ui/SinglePapyrusTable.xwt
index 1bcef0e8ed5..61665bf91b3 100644
--- a/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.properties/propertyView/papyrustable/ui/SinglePapyrusTable.xwt
+++ b/incoming/TableEFacet/org.eclipse.papyrus.infra.table.efacet.properties/propertyView/papyrustable/ui/SinglePapyrusTable.xwt
@@ -11,7 +11,7 @@
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<ppe:StringLabel input="{Binding}"
- property="papyrustable:Papyruspapyrustable:PapyrusTable:table:context"></ppe:StringLabel>
+ property="papyrustable:PapyrusTable:table.context"></ppe:StringLabel>
</Composite>
<Composite>
<Composite.layout>
@@ -27,7 +27,7 @@
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<ppe:StringMultiline input="{Binding}"
- property="papyrustable:Papyruspapyrustable:PapyrusTable:table:description"></ppe:StringMultiline>
+ property="papyrustable:PapyrusTable:table.description"></ppe:StringMultiline>
</Composite>
<Composite>
<Composite.layout>
@@ -55,16 +55,16 @@
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Composite.layout>
<ppe:StringEditor input="{Binding}"
- property="papyrustable:PapyrusTable:table:parameter" readOnly="true"></ppe:StringEditor>
+ property="papyrustable:PapyrusTable:table.parameter" readOnly="true"></ppe:StringEditor>
</Composite>
<Composite>
<Composite.layout>
<ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout>
</Composite.layout>
<ppe:BooleanRadio input="{Binding}"
- property="papyrustable:PapyrusTable:table:hideEmptyColumns" readOnly="true"></ppe:BooleanRadio>
+ property="papyrustable:PapyrusTable:table.hideEmptyColumns" readOnly="true"></ppe:BooleanRadio>
<ppe:BooleanRadio input="{Binding}"
- property="papyrustable:PapyrusTable:table:onlyShowCommonColumns"
+ property="papyrustable:PapyrusTable:table.onlyShowCommonColumns" readOnly="true"
customLabel="Only common columns"></ppe:BooleanRadio>
</Composite>
<Composite>
@@ -72,7 +72,7 @@
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Composite.layout>
<ppe:ReferenceDialog input="{Binding}"
- property="papyrustable:PapyrusTable:table:canBePresentedInTheTable"
+ property="papyrustable:PapyrusTable:table.canBePresentedInTheTable"
readOnly="true" customLabel="Filter query"></ppe:ReferenceDialog>
</Composite>
<Composite>
@@ -80,8 +80,8 @@
<ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout>
</Composite.layout>
<ppe:MultiReference input="{Binding}"
- property="papyrustable:PapyrusTable:table:customizations" readOnly="true"></ppe:MultiReference>
+ property="papyrustable:PapyrusTable:table.customizations" readOnly="true"></ppe:MultiReference>
<ppe:MultiReference input="{Binding}"
- property="papyrustable:PapyrusTable:table:facetSets" readOnly="true"></ppe:MultiReference>
+ property="papyrustable:PapyrusTable:table.facetSets" readOnly="true"></ppe:MultiReference>
</Composite>
</Composite> \ No newline at end of file

Back to the top