diff options
author | Juan Cadavid | 2015-07-16 11:23:00 -0400 |
---|---|---|
committer | Juan Cadavid | 2015-07-16 12:38:39 -0400 |
commit | b660b7d240fcf4993d2555df0ab54f79d30331d8 (patch) | |
tree | 03f98b87f29ef0c9cf94b948b7d5434acced9b62 /extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui | |
parent | 941e1c6d8cb30ec092385a8b1bd44844c14bc7d2 (diff) | |
download | org.eclipse.papyrus-b660b7d240fcf4993d2555df0ab54f79d30331d8.tar.gz org.eclipse.papyrus-b660b7d240fcf4993d2555df0ab54f79d30331d8.tar.xz org.eclipse.papyrus-b660b7d240fcf4993d2555df0ab54f79d30331d8.zip |
Papyrus BPMN customization
Change-Id: Ifccfedbbd4f30f166e1b39136ec1822a63f4f33c
Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr>
Diffstat (limited to 'extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui')
260 files changed, 3930 insertions, 0 deletions
diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAdHocSubProcess.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAdHocSubProcess.xwt new file mode 100644 index 00000000000..8de0cc4115b --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAdHocSubProcess.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:AdHocSubProcess:cancelRemainingInstances"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:AdHocSubProcess:ordering"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAssignment.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAssignment.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAssignment.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAuditing.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAuditing.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleAuditing.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt new file mode 100644 index 00000000000..1c31fdef0d1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNActivity.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNActivity:isForCompensation"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:BPMNActivity:startQuantity"></ppe:IntegerEditor> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:BPMNActivity:completionQuantity"></ppe:IntegerEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNArtifact.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNArtifact.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNArtifact.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNAssociation.xwt new file mode 100644 index 00000000000..90a57c0f8d1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNAssociation.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:BPMNAssociation:associationDirection"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNCollaboration.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNCollaboration.xwt new file mode 100644 index 00000000000..589dc2b8039 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNCollaboration.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNCollaboration:isClosed"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNExpression.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNExpression.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNExtension.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNExtension.xwt new file mode 100644 index 00000000000..1fddff3148a --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNExtension.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNExtension:mustUnderstand"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNInterface.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNInterface.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNInterface.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNMessage.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNMessage.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNMessage.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNOperation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNOperation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNOperation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNProcess.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNProcess.xwt new file mode 100644 index 00000000000..ee54a575979 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNProcess.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNProcess:isClosed"></ppe:BooleanRadio> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNProcess:isExecutable"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:BPMNProcess:processType"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNProperty.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNProperty.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNProperty.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNRelationship.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNRelationship.xwt new file mode 100644 index 00000000000..15b37c15514 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNRelationship.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:BPMNRelationship:direction"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNSignal.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNSignal.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBPMNSignal.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBaseElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBaseElement.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBaseElement.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBoundaryEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBoundaryEvent.xwt new file mode 100644 index 00000000000..bfa0f7c4ae5 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBoundaryEvent.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BoundaryEvent:cancelActivity"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBusinessRuleTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBusinessRuleTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleBusinessRuleTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallActivity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallActivity.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallActivity.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallConversation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallConversation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallableElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallableElement.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCallableElement.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCancelEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCancelEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCancelEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCatchEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCatchEvent.xwt new file mode 100644 index 00000000000..501af67501d --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCatchEvent.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:CatchEvent:parallelMultiple"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCategory.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCategory.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCategory.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCategoryValue.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCategoryValue.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCategoryValue.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCompensateEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCompensateEventDefinition.xwt new file mode 100644 index 00000000000..b0bdc3616e3 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCompensateEventDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:CompensateEventDefinition:waitForCompletion"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleComplexBehaviorDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleComplexBehaviorDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleComplexBehaviorDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleComplexGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleComplexGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleComplexGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConditionalEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConditionalEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConditionalEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversationLink.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversationLink.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversationLink.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversationNode.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversationNode.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleConversationNode.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationKey.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationKey.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationKey.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationProperty.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationProperty.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationProperty.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationPropertyBinding.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationPropertyBinding.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationPropertyBinding.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationPropertyRetrievalExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationPropertyRetrievalExpression.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationPropertyRetrievalExpression.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationSubscription.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationSubscription.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleCorrelationSubscription.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataInput.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataInput.xwt new file mode 100644 index 00000000000..df84810d053 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataInput.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataInput:isCollection"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataInputAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataInputAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataInputAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataObject.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataObject.xwt new file mode 100644 index 00000000000..618a39c65d7 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataObject.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataObject:isCollection"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataObjectReference.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataObjectReference.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataObjectReference.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataOutput.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataOutput.xwt new file mode 100644 index 00000000000..01f9783dbe7 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataOutput.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataOutput:isCollection"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataOutputAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataOutputAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataOutputAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataState.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataState.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataState.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataStore.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataStore.xwt new file mode 100644 index 00000000000..74f7a7be3de --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataStore.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataStore:isUnlimited"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:DataStore:capacity"></ppe:IntegerEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataStoreReference.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataStoreReference.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDataStoreReference.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDefinitions.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDefinitions.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDefinitions.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDocumentation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDocumentation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleDocumentation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEndEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEndEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEndEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleError.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleError.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleError.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleErrorEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleErrorEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleErrorEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEscalation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEscalation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEscalation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEscalationEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEscalationEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEscalationEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEventBasedGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEventBasedGateway.xwt new file mode 100644 index 00000000000..3a47d3236a1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEventBasedGateway.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:EventBasedGateway:instantiate"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:EventBasedGateway:eventGatewayType"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExclusiveGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExclusiveGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExclusiveGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionAttributeDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionAttributeDefinition.xwt new file mode 100644 index 00000000000..12f7062353f --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionAttributeDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ExtensionAttributeDefinition:isReference"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionAttributeValue.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionAttributeValue.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionAttributeValue.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleExtensionDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowElement.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowElement.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowElementsContainer.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowElementsContainer.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowElementsContainer.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowNode.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowNode.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFlowNode.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFormalExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFormalExpression.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleFormalExpression.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalBusinessRuleTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalBusinessRuleTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalBusinessRuleTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalConversation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalConversation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalManualTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalManualTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalManualTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalScriptTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalScriptTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalScriptTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalUserTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalUserTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGlobalUserTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGroup.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGroup.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleGroup.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleHumanPerformer.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleHumanPerformer.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleHumanPerformer.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImplicitThrowEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImplicitThrowEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImplicitThrowEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleImport.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInclusiveGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInclusiveGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInclusiveGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputOutputBinding.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputOutputBinding.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputOutputBinding.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputOutputSpecification.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputOutputSpecification.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputOutputSpecification.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputSet.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputSet.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInputSet.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInteractionNode.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInteractionNode.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleInteractionNode.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleIntermediateCatchEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleIntermediateCatchEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleIntermediateCatchEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleIntermediateThrowEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleIntermediateThrowEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleIntermediateThrowEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleItemAwareElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleItemAwareElement.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleItemAwareElement.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleItemDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleItemDefinition.xwt new file mode 100644 index 00000000000..3aa71826057 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleItemDefinition.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ItemDefinition:isCollection"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:ItemDefinition:itemKind"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLane.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLaneSet.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLaneSet.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLaneSet.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLinkEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLinkEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLinkEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLoopCharacteristics.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLoopCharacteristics.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleLoopCharacteristics.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleManualTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleManualTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleManualTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageFlow.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageFlow.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageFlow.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageFlowAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageFlowAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMessageFlowAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMonitoring.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMonitoring.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMonitoring.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMultiInstanceLoopCharacteristics.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMultiInstanceLoopCharacteristics.xwt new file mode 100644 index 00000000000..059f402418f --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleMultiInstanceLoopCharacteristics.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:isSequential"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:behavior"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleNonExclusiveGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleNonExclusiveGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleNonExclusiveGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleOutputSet.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleOutputSet.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleOutputSet.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParallelGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParallelGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParallelGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipant.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipant.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipant.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipantAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipantAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipantAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipantMultiplicity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipantMultiplicity.xwt new file mode 100644 index 00000000000..879513b9ef8 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleParticipantMultiplicity.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:ParticipantMultiplicity:minimum"></ppe:IntegerEditor> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:ParticipantMultiplicity:maximum"></ppe:IntegerEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePartnerEntity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePartnerEntity.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePartnerEntity.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePartnerRole.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePartnerRole.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePartnerRole.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePerformer.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePerformer.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePerformer.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePotentialOwner.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePotentialOwner.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultiplePotentialOwner.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleReceiveTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleReceiveTask.xwt new file mode 100644 index 00000000000..5678952115b --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleReceiveTask.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ReceiveTask:instantiate"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleRendering.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleRendering.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleRendering.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResource.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResource.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResource.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceAssignmentExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceAssignmentExpression.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceAssignmentExpression.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceParameter.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceParameter.xwt new file mode 100644 index 00000000000..c0e50c856c0 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceParameter.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ResourceParameter:isRequired"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceParameterBinding.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceParameterBinding.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceParameterBinding.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceRole.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceRole.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleResourceRole.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleRootElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleRootElement.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleRootElement.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleScriptTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleScriptTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleScriptTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSendTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSendTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSendTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSequenceFlow.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSequenceFlow.xwt new file mode 100644 index 00000000000..2632a071775 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSequenceFlow.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:SequenceFlow:isImmediate"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleServiceTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleServiceTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleServiceTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSignalEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSignalEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSignalEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleStandardLoopCharacteristics.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleStandardLoopCharacteristics.xwt new file mode 100644 index 00000000000..fca83e3e882 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleStandardLoopCharacteristics.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:StandardLoopCharacteristics:testBefore"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:StandardLoopCharacteristics:loopMaximum"></ppe:IntegerEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleStartEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleStartEvent.xwt new file mode 100644 index 00000000000..7f48ebb8974 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleStartEvent.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:StartEvent:isInterrupting"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSubConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSubConversation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSubConversation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSubProcess.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSubProcess.xwt new file mode 100644 index 00000000000..4c7ef6e83d6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleSubProcess.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:SubProcess:triggeredByEvent"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTerminateEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTerminateEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTerminateEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTextAnnotation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTextAnnotation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTextAnnotation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleThrowEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleThrowEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleThrowEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTimerEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTimerEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTimerEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTransaction.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTransaction.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleTransaction.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleUserTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleUserTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/MultipleUserTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAdHocSubProcess.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAdHocSubProcess.xwt new file mode 100644 index 00000000000..1331deaba2a --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAdHocSubProcess.xwt @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:AdHocSubProcess:cancelRemainingInstances"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:AdHocSubProcess:ordering"></ppe:EnumCombo> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:AdHocSubProcess:completionCondition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAssignment.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAssignment.xwt new file mode 100644 index 00000000000..2fd0ad102fd --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAssignment.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Assignment:from"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Assignment:to"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAuditing.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAuditing.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleAuditing.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNActivity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNActivity.xwt new file mode 100644 index 00000000000..ab3ceb53a77 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNActivity.xwt @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNActivity:isForCompensation"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:BPMNActivity:startQuantity"></ppe:IntegerEditor> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:BPMNActivity:completionQuantity"></ppe:IntegerEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNActivity:activityClass"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNActivity:default"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNActivity:loopCharacteristics"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNActivity:properties"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNActivity:boundaryEventRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNActivity:dataInputAssociations"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNActivity:dataOutputAssociations"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNActivity:resources"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNArtifact.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNArtifact.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNArtifact.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNAssociation.xwt new file mode 100644 index 00000000000..f4e771535b2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNAssociation.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:BPMNAssociation:associationDirection"></ppe:EnumCombo> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNAssociation:sourceRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNAssociation:targetRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNCollaboration.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNCollaboration.xwt new file mode 100644 index 00000000000..4e46d8f0dc5 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNCollaboration.xwt @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNCollaboration:isClosed"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:participantAssociations"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:messageFlowAssociations"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:messageFlows"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:conversations"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:correlationKeys"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:participants"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNCollaboration:conversationLinks"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNEvent.xwt new file mode 100644 index 00000000000..4c87d4c1eb3 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNEvent.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNEvent:eventClass"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNEvent: eventDefinitions"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNEvent:properties"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNEvent:eventDefinitionRefs"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNExpression.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNExpression.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNExtension.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNExtension.xwt new file mode 100644 index 00000000000..e015e9944ed --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNExtension.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNExtension:mustUnderstand"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNExtension:definition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNInterface.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNInterface.xwt new file mode 100644 index 00000000000..0e09dd7dd41 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNInterface.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNInterface:implementationRef"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNInterface:operations"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNInterface:callableElements"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNMessage.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNMessage.xwt new file mode 100644 index 00000000000..0634ca6637b --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNMessage.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNMessage:itemRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNOperation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNOperation.xwt new file mode 100644 index 00000000000..a388a9f16af --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNOperation.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNOperation:implementationRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNOperation:inMessageRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNOperation:outMessageRef"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNOperation:errorRef"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNProcess.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNProcess.xwt new file mode 100644 index 00000000000..cfbce1e2e76 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNProcess.xwt @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNProcess:isClosed"></ppe:BooleanRadio> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BPMNProcess:isExecutable"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:BPMNProcess:processType"></ppe:EnumCombo> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNProcess:auditing"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNProcess:definitionalCollaborationRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNProcess:monitoring"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNProcess:supports"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNProcess:correlationSubscriptions"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNProcess:properties"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNProcess:resources"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNProperty.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNProperty.xwt new file mode 100644 index 00000000000..093b53ea11d --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNProperty.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNProperty:umlProperty"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNRelationship.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNRelationship.xwt new file mode 100644 index 00000000000..4507f3db834 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNRelationship.xwt @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:BPMNRelationship:type"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:BPMNRelationship:direction"></ppe:EnumCombo> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNRelationship:definition"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNRelationship:targets"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BPMNRelationship:sources"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNSignal.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNSignal.xwt new file mode 100644 index 00000000000..94216c4dbdd --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBPMNSignal.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BPMNSignal:structureRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBaseElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBaseElement.xwt new file mode 100644 index 00000000000..4e51c98861c --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBaseElement.xwt @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" property="BPMNProfile:BaseElement:id"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BaseElement:extensionValues"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BaseElement:documentation"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BaseElement:extensionDefinitions"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BaseElement:outgoing"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:BaseElement:incoming"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBoundaryEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBoundaryEvent.xwt new file mode 100644 index 00000000000..8097b81e929 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBoundaryEvent.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:BoundaryEvent:cancelActivity"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:BoundaryEvent:attachedToRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBusinessRuleTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBusinessRuleTask.xwt new file mode 100644 index 00000000000..c63802b502d --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleBusinessRuleTask.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:BusinessRuleTask:implementation"></ppe:StringEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallActivity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallActivity.xwt new file mode 100644 index 00000000000..ef49922c035 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallActivity.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CallActivity:calledElementRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallConversation.xwt new file mode 100644 index 00000000000..740565274c5 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallConversation.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CallConversation: collaborationUse"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CallConversation:calledCollaborationRef"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CallConversation:participantAssociations"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallableElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallableElement.xwt new file mode 100644 index 00000000000..df6afdaebed --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCallableElement.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CallableElement:ioSpecification"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CallableElement:supportedInterfaceRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CallableElement:ioBinding"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCancelEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCancelEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCancelEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCatchEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCatchEvent.xwt new file mode 100644 index 00000000000..4e6b2552743 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCatchEvent.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:CatchEvent:parallelMultiple"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CatchEvent:dataOutputAssociation"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCategory.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCategory.xwt new file mode 100644 index 00000000000..45360fe88c1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCategory.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Category:categoryValue"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCategoryValue.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCategoryValue.xwt new file mode 100644 index 00000000000..09a9f358e5d --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCategoryValue.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CategoryValue:categorizedFlowElements"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCompensateEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCompensateEventDefinition.xwt new file mode 100644 index 00000000000..fea7e5e2953 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCompensateEventDefinition.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:CompensateEventDefinition:waitForCompletion"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CompensateEventDefinition:activityRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleComplexBehaviorDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleComplexBehaviorDefinition.xwt new file mode 100644 index 00000000000..0440eab69ed --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleComplexBehaviorDefinition.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ComplexBehaviorDefinition:condition"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ComplexBehaviorDefinition:event"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleComplexGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleComplexGateway.xwt new file mode 100644 index 00000000000..c0fbfb1149f --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleComplexGateway.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ComplexGateway:default"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ComplexGateway:activationCondition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConditionalEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConditionalEventDefinition.xwt new file mode 100644 index 00000000000..99e887d8e66 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConditionalEventDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ConditionalEventDefinition:condition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversationLink.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversationLink.xwt new file mode 100644 index 00000000000..df105d41c17 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversationLink.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ConversationLink:collaboration"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ConversationLink:sourceRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ConversationLink:targetRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversationNode.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversationNode.xwt new file mode 100644 index 00000000000..4224c210450 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleConversationNode.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ConversationNode:messageFlowRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ConversationNode:correlationKeys"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ConversationNode:participantRefs"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationKey.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationKey.xwt new file mode 100644 index 00000000000..e44430c2ae0 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationKey.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CorrelationKey:correlationPropertyRef"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationProperty.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationProperty.xwt new file mode 100644 index 00000000000..63c49f74f02 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationProperty.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CorrelationProperty:type"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CorrelationProperty:correlationPropertyRetrievalExpression"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationPropertyBinding.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationPropertyBinding.xwt new file mode 100644 index 00000000000..0145a9a829f --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationPropertyBinding.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CorrelationPropertyBinding:dataPath"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CorrelationPropertyBinding:correlationPropertyRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationPropertyRetrievalExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationPropertyRetrievalExpression.xwt new file mode 100644 index 00000000000..912c1a7573d --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationPropertyRetrievalExpression.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CorrelationPropertyRetrievalExpression:messageRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CorrelationPropertyRetrievalExpression:messagePath"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationSubscription.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationSubscription.xwt new file mode 100644 index 00000000000..4c6cd29cf9b --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleCorrelationSubscription.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:CorrelationSubscription:correlationKeyRef"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:CorrelationSubscription:correlationPropertyBinding"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataAssociation.xwt new file mode 100644 index 00000000000..22823bdc6e8 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataAssociation.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:DataAssociation:sourceRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:DataAssociation:targetRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:DataAssociation:transformation"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataAssociation:assignment"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataInput.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataInput.xwt new file mode 100644 index 00000000000..f187435e2bb --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataInput.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataInput:isCollection"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataInput:inputSetRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataInput:inputSetWithOptional"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataInput:inputSetWithWhileExecuting"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataInputAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataInputAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataInputAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataObject.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataObject.xwt new file mode 100644 index 00000000000..618a39c65d7 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataObject.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataObject:isCollection"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataObjectReference.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataObjectReference.xwt new file mode 100644 index 00000000000..f433b361dce --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataObjectReference.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:DataObjectReference:dataObjectRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataOutput.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataOutput.xwt new file mode 100644 index 00000000000..df584b012f2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataOutput.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataOutput:isCollection"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataOutput:outputSetRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataOutput:outputSetWithOptional"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:DataOutput:outputSetWithWhileExecuting"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataOutputAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataOutputAssociation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataOutputAssociation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataState.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataState.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataState.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataStore.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataStore.xwt new file mode 100644 index 00000000000..7eac8b385b1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataStore.xwt @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:DataStore:isUnlimited"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:DataStore:capacity"></ppe:IntegerEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:DataStore:itemSubjectRef "></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataStoreReference.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataStoreReference.xwt new file mode 100644 index 00000000000..02ed70b1832 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDataStoreReference.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:DataStoreReference: dataStore"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDefinitions.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDefinitions.xwt new file mode 100644 index 00000000000..71051fc0fc1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDefinitions.xwt @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Definitions:targetNamespace"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Definitions:expressionLanguage"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Definitions:typeLanguage"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Definitions:exporter"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Definitions:exporterVersion"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Definitions:extensions"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Definitions:rootElements"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Definitions:imports"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Definitions:relationships"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDocumentation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDocumentation.xwt new file mode 100644 index 00000000000..570d83bf903 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleDocumentation.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Documentation:textFormat"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Documentation:text"></ppe:StringEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEndEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEndEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEndEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleError.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleError.xwt new file mode 100644 index 00000000000..593824b77f2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleError.xwt @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" property="BPMNProfile:Error:errorCode"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Error:structureRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleErrorEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleErrorEventDefinition.xwt new file mode 100644 index 00000000000..08194940a6c --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleErrorEventDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ErrorEventDefinition:errorRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEscalation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEscalation.xwt new file mode 100644 index 00000000000..83b801971e1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEscalation.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Escalation:escalationCode"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Escalation:structureRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEscalationEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEscalationEventDefinition.xwt new file mode 100644 index 00000000000..8a894c64625 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEscalationEventDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:EscalationEventDefinition:escalationRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEventBasedGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEventBasedGateway.xwt new file mode 100644 index 00000000000..3a47d3236a1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEventBasedGateway.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:EventBasedGateway:instantiate"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:EventBasedGateway:eventGatewayType"></ppe:EnumCombo> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExclusiveGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExclusiveGateway.xwt new file mode 100644 index 00000000000..9b30b49232a --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExclusiveGateway.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ExclusiveGateway:default"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionAttributeDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionAttributeDefinition.xwt new file mode 100644 index 00000000000..88d67637f20 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionAttributeDefinition.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:ExtensionAttributeDefinition:type"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ExtensionAttributeDefinition:isReference"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionAttributeValue.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionAttributeValue.xwt new file mode 100644 index 00000000000..31daee82f40 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionAttributeValue.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ExtensionAttributeValue:valueRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ExtensionAttributeValue:extensionAttributeDefinition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionDefinition.xwt new file mode 100644 index 00000000000..1c53a8dcf04 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleExtensionDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ExtensionDefinition:extensionAttributeDefinitions"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowElement.xwt new file mode 100644 index 00000000000..f118cf2929d --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowElement.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:FlowElement:auditing"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:FlowElement:monitoring"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:FlowElement:container"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:FlowElement: categoryValueRef"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowElementsContainer.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowElementsContainer.xwt new file mode 100644 index 00000000000..1d435c2e5f2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowElementsContainer.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:FlowElementsContainer:flowElements"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:FlowElementsContainer:laneSets"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowNode.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowNode.xwt new file mode 100644 index 00000000000..f8ead326a38 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFlowNode.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:FlowNode:incoming"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:FlowNode:outgoing"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFormalExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFormalExpression.xwt new file mode 100644 index 00000000000..628ac43a036 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleFormalExpression.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:FormalExpression:evaluatesToTypeRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalBusinessRuleTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalBusinessRuleTask.xwt new file mode 100644 index 00000000000..77cdaa449ec --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalBusinessRuleTask.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiString input="{Binding}" + property="BPMNProfile:GlobalBusinessRuleTask:implementation"></ppe:MultiString> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalConversation.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalConversation.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalManualTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalManualTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalManualTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalScriptTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalScriptTask.xwt new file mode 100644 index 00000000000..d9b95cc2c7e --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalScriptTask.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiString input="{Binding}" + property="BPMNProfile:GlobalScriptTask:script"></ppe:MultiString> + <ppe:MultiString input="{Binding}" + property="BPMNProfile:GlobalScriptTask:scriptFormat"></ppe:MultiString> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalTask.xwt new file mode 100644 index 00000000000..3b97951db16 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalTask.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:GlobalTask:resources"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalUserTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalUserTask.xwt new file mode 100644 index 00000000000..5506fc7d5ed --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGlobalUserTask.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiString input="{Binding}" + property="BPMNProfile:GlobalUserTask:implementation"></ppe:MultiString> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:GlobalUserTask:renderings"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGroup.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGroup.xwt new file mode 100644 index 00000000000..039ec954405 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleGroup.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Group: categoryValueRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleHumanPerformer.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleHumanPerformer.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleHumanPerformer.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleImplicitThrowEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleImplicitThrowEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleImplicitThrowEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleImport.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleImport.xwt new file mode 100644 index 00000000000..730632d807a --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleImport.xwt @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Import:importType"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" property="BPMNProfile:Import:location"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Import:namespace"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Import:definitions"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInclusiveGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInclusiveGateway.xwt new file mode 100644 index 00000000000..9c04542f291 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInclusiveGateway.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:InclusiveGateway:default"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputOutputBinding.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputOutputBinding.xwt new file mode 100644 index 00000000000..24a856af4d2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputOutputBinding.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:InputOutputBinding:inputDataRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:InputOutputBinding:outputDataRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:InputOutputBinding:operationRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputOutputSpecification.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputOutputSpecification.xwt new file mode 100644 index 00000000000..05ee3968610 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputOutputSpecification.xwt @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputOutputSpecification:dataInputs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputOutputSpecification:dataOutputs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputOutputSpecification:inputSets"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputOutputSpecification:outputSets"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputSet.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputSet.xwt new file mode 100644 index 00000000000..91bd2e159e7 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInputSet.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputSet:dataInputRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputSet:optionalInputRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InputSet:whileExecutingInputRefs"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInteractionNode.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInteractionNode.xwt new file mode 100644 index 00000000000..500299aa5a6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleInteractionNode.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:InteractionNode:incomingConversationLinks"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:InteractionNode:outgoingConversationLinks"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleIntermediateCatchEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleIntermediateCatchEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleIntermediateCatchEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleIntermediateThrowEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleIntermediateThrowEvent.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleIntermediateThrowEvent.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleItemAwareElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleItemAwareElement.xwt new file mode 100644 index 00000000000..72b2151ffcc --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleItemAwareElement.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ItemAwareElement:itemSubjectRef "></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ItemAwareElement:dataState"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleItemDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleItemDefinition.xwt new file mode 100644 index 00000000000..9ad47735e74 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleItemDefinition.xwt @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ItemDefinition:isCollection"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:ItemDefinition:itemKind"></ppe:EnumCombo> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ItemDefinition:structureRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ItemDefinition:import"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLane.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLane.xwt new file mode 100644 index 00000000000..a83671f6553 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLane.xwt @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Lane: partitionElement"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Lane:laneSet"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Lane:partitionElementRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Lane:childLaneSet "></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Lane:flowNodeRefs"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLaneSet.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLaneSet.xwt new file mode 100644 index 00000000000..764ae294f19 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLaneSet.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:LaneSet:flowElementsContainer"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:LaneSet:lanes"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:LaneSet:parentLane"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLinkEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLinkEventDefinition.xwt new file mode 100644 index 00000000000..98536978806 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLinkEventDefinition.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:LinkEventDefinition: target"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:LinkEventDefinition:source"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLoopCharacteristics.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLoopCharacteristics.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleLoopCharacteristics.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleManualTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleManualTask.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleManualTask.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageEventDefinition.xwt new file mode 100644 index 00000000000..4f05b154a8e --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageEventDefinition.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageEventDefinition:messageRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageEventDefinition:operationRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageFlow.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageFlow.xwt new file mode 100644 index 00000000000..40abc043f93 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageFlow.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageFlow:sourceRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageFlow:targetRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageFlow:messageRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageFlowAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageFlowAssociation.xwt new file mode 100644 index 00000000000..edbf434b1cf --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMessageFlowAssociation.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageFlowAssociation:innerMessageFlowRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MessageFlowAssociation:outerMessageFlowRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMonitoring.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMonitoring.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMonitoring.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMultiInstanceLoopCharacteristics.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMultiInstanceLoopCharacteristics.xwt new file mode 100644 index 00000000000..35573ef8d7e --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleMultiInstanceLoopCharacteristics.xwt @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:isSequential"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:EnumCombo input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:behavior"></ppe:EnumCombo> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:loopCardinality"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:completionCondition"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:loopDataInputRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:loopDataOutputRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:outputDataItem"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:inputDataItem"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:oneBehaviorEventRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:noneBehaviorEventRef"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:MultiInstanceLoopCharacteristics:complexBehaviorDefinition"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleNonExclusiveGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleNonExclusiveGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleNonExclusiveGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleOutputSet.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleOutputSet.xwt new file mode 100644 index 00000000000..00bbd49eef4 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleOutputSet.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:OutputSet:dataOutputRefs"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:OutputSet:optionalOutputRefs "></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:OutputSet:whileExecutingOutputRefs "></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParallelGateway.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParallelGateway.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParallelGateway.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipant.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipant.xwt new file mode 100644 index 00000000000..8000db23814 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipant.xwt @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Participant:processRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Participant:participantMultiplicity "></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Participant:partnerEntityRef"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Participant:partnerRoleRef"></ppe:MultiReference> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Participant:interfaceRefs"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipantAssociation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipantAssociation.xwt new file mode 100644 index 00000000000..5a2b0bb09b2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipantAssociation.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ParticipantAssociation:innerParticipantRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ParticipantAssociation:outerParticipantRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipantMultiplicity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipantMultiplicity.xwt new file mode 100644 index 00000000000..879513b9ef8 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleParticipantMultiplicity.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:ParticipantMultiplicity:minimum"></ppe:IntegerEditor> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:ParticipantMultiplicity:maximum"></ppe:IntegerEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePartnerEntity.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePartnerEntity.xwt new file mode 100644 index 00000000000..22bc276ab21 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePartnerEntity.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:PartnerEntity:participantRef"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePartnerRole.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePartnerRole.xwt new file mode 100644 index 00000000000..ac9c9dfdb28 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePartnerRole.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:PartnerRole:participantRef"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePerformer.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePerformer.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePerformer.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePotentialOwner.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePotentialOwner.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SinglePotentialOwner.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleReceiveTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleReceiveTask.xwt new file mode 100644 index 00000000000..6d9658cbaba --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleReceiveTask.xwt @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:ReceiveTask:implementation"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ReceiveTask:instantiate"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ReceiveTask:messageRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ReceiveTask:operationRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleRendering.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleRendering.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleRendering.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResource.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResource.xwt new file mode 100644 index 00000000000..da851d154be --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResource.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:Resource:resourceParameters"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceAssignmentExpression.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceAssignmentExpression.xwt new file mode 100644 index 00000000000..2f86e4407bb --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceAssignmentExpression.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceAssignmentExpression:expression"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceParameter.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceParameter.xwt new file mode 100644 index 00000000000..da7afd99000 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceParameter.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:ResourceParameter:isRequired"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceParameter:type "></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceParameterBinding.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceParameterBinding.xwt new file mode 100644 index 00000000000..32c537b5150 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceParameterBinding.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceParameterBinding:parameterRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceParameterBinding:expression"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceRole.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceRole.xwt new file mode 100644 index 00000000000..802f7c9c04e --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleResourceRole.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceRole:resourceAssignmentExpression"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceRole:process"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ResourceRole:resourceRef"></ppe:ReferenceDialog> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ResourceRole:resourceParameterBindings "></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleRootElement.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleRootElement.xwt new file mode 100644 index 00000000000..4b0305996bb --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleRootElement.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:RootElement:definition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleScriptTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleScriptTask.xwt new file mode 100644 index 00000000000..e797a51e5b9 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleScriptTask.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:ScriptTask:scriptFormat"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:ScriptTask:script"></ppe:StringEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSendTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSendTask.xwt new file mode 100644 index 00000000000..7188a87505a --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSendTask.xwt @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:SendTask:implementation"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:SendTask:messageRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:SendTask:operationRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSequenceFlow.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSequenceFlow.xwt new file mode 100644 index 00000000000..1fee18d93c3 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSequenceFlow.xwt @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:SequenceFlow:isImmediate"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:SequenceFlow:conditionExpression"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:SequenceFlow:sourceRef"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:SequenceFlow:targetRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleServiceTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleServiceTask.xwt new file mode 100644 index 00000000000..6fda863223b --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleServiceTask.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:ServiceTask:implementation"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:ServiceTask:operationRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSignalEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSignalEventDefinition.xwt new file mode 100644 index 00000000000..7b9ff333b11 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSignalEventDefinition.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:SignalEventDefinition:signalRef"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleStandardLoopCharacteristics.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleStandardLoopCharacteristics.xwt new file mode 100644 index 00000000000..524d492133f --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleStandardLoopCharacteristics.xwt @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:StandardLoopCharacteristics:testBefore"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:IntegerEditor input="{Binding}" + property="BPMNProfile:StandardLoopCharacteristics:loopMaximum"></ppe:IntegerEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:StandardLoopCharacteristics:loopCondition"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleStartEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleStartEvent.xwt new file mode 100644 index 00000000000..7f48ebb8974 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleStartEvent.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:StartEvent:isInterrupting"></ppe:BooleanRadio> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSubConversation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSubConversation.xwt new file mode 100644 index 00000000000..956c25e84f3 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSubConversation.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:SubConversation:conversationNodes"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSubProcess.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSubProcess.xwt new file mode 100644 index 00000000000..d288986b779 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleSubProcess.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="2"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:BooleanRadio input="{Binding}" + property="BPMNProfile:SubProcess:triggeredByEvent"></ppe:BooleanRadio> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:SubProcess:hasLaneSets"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTask.xwt new file mode 100644 index 00000000000..20469d287e7 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTask.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:Task:ioSpecification"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTerminateEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTerminateEventDefinition.xwt new file mode 100644 index 00000000000..0573c6763f6 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTerminateEventDefinition.xwt @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns="http://www.eclipse.org/xwt/presentation" + xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTextAnnotation.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTextAnnotation.xwt new file mode 100644 index 00000000000..2bcb3eed02e --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTextAnnotation.xwt @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:TextAnnotation:textFormat"></ppe:StringEditor> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:TextAnnotation:text"></ppe:StringEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleThrowEvent.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleThrowEvent.xwt new file mode 100644 index 00000000000..a1cf9cb6db4 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleThrowEvent.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:ThrowEvent:dataInputAssociation"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTimerEventDefinition.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTimerEventDefinition.xwt new file mode 100644 index 00000000000..20006598ee1 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTimerEventDefinition.xwt @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:TimerEventDefinition:timeCycle"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:TimerEventDefinition:timeDate"></ppe:ReferenceDialog> + <ppe:ReferenceDialog input="{Binding}" + property="BPMNProfile:TimerEventDefinition:timeDuration"></ppe:ReferenceDialog> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTransaction.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTransaction.xwt new file mode 100644 index 00000000000..99dd2e35a1e --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleTransaction.xwt @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:Transaction:method"></ppe:StringEditor> + </Composite> +</Composite>
\ No newline at end of file diff --git a/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleUserTask.xwt b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleUserTask.xwt new file mode 100644 index 00000000000..04ad41e10f2 --- /dev/null +++ b/extraplugins/bpmn/org.eclipse.papyrus.bpmn/properties/ui/SingleUserTask.xwt @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<Composite xmlns:ppe="clr-namespace:org.eclipse.papyrus.views.properties.widgets" + xmlns="http://www.eclipse.org/xwt/presentation" xmlns:x="http://www.eclipse.org/xwt" + xmlns:ppel="clr-namespace:org.eclipse.papyrus.views.properties.widgets.layout" + xmlns:j="clr-namespace:java.lang"> + <Composite.layout> + <ppel:PropertiesLayout></ppel:PropertiesLayout> + </Composite.layout> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:StringEditor input="{Binding}" + property="BPMNProfile:UserTask:implementation"></ppe:StringEditor> + </Composite> + <Composite> + <Composite.layout> + <ppel:PropertiesLayout numColumns="1"></ppel:PropertiesLayout> + </Composite.layout> + <ppe:MultiReference input="{Binding}" + property="BPMNProfile:UserTask:renderings"></ppe:MultiReference> + </Composite> +</Composite>
\ No newline at end of file |