Author: bobtarling Date: 2009-12-10 16:49:16-0800 New Revision: 17633 Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/xml/panels.xml
Log: Complete panel for AssociationEndRole Modified: trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/xml/panels.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/xml/panels.xml?view=diff&pathrev=17633&r1=17632&r2=17633 ============================================================================== --- trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/xml/panels.xml (original) +++ trunk/src/argouml-core-umlpropertypanels/src/org/argouml/core/propertypanels/xml/panels.xml 2009-12-10 16:49:16-0800 @@ -365,7 +365,7 @@ <list name="specification" type="Classifier" /> <separator /> <optionbox name="aggregation" type="AggregationKind" /> - <optionbox name="changeability" type="ChangeableKind" /> + <optionbox name="changeability" type="ChangeableKind" /> <optionbox name="visibility" type="VisibilityKind" /> <debug /> @@ -3339,20 +3339,25 @@ </panel> <panel name="AssociationEndRole"> <text name="name" type="Name" /> - <optionbox name="visibility" type="VisibilityKind" /> + <combo name="type" type="Classifier" /> + <singlerow name="base" type="AssociationEnd" /> + <singlerow name="association" type="Association" /> + <combo name="multiplicity" type="Multiplicity" /> + <list name="clientDependency" type="Dependency" /> + <list name="supplierDependency" type="ModelElement" /> + <list name="targetFlow" type="Flow" /> + <list name="sourceFlow" type="Flow" /> + <list name="comment" type="Comment" /> + <separator /> <checkgroup name="modifiers"> <checkbox name="isSpecification" type="Boolean" /> <checkbox name="isNavigable" type="Boolean" /> <checkbox name="ordering" type="OrderingKind" /> <checkbox name="ownerScope" type="ScopeKind" /> </checkgroup> - <list name="clientDependency" type="Dependency" /> - <list name="targetFlow" type="Flow" /> - <list name="sourceFlow" type="Flow" /> - <list name="comment" type="Comment" /> - <separator /> + <list name="specification" type="Classifier" /> + <list name="qualifier" type="Attribute" /> <list name="templateParameter" type="TemplateParameter" /> - <list name="supplierDependency" type="ModelElement" /> <list name="presentation" type="ModelElement" /> <list name="defaultedParameter" type="ModelElement" /> <list name="elementResidence" type="ModelElement" /> @@ -3360,6 +3365,9 @@ <list name="referenceTag" type="ModelElement" /> <list name="templateArgument" type="ModelElement" /> <separator /> + <optionbox name="aggregation" type="AggregationKind" /> + <optionbox name="changeability" type="ChangeableKind" /> + <optionbox name="visibility" type="VisibilityKind" /> <list name="behavior" type="ModelElement" /> <list name="classifierRole" type="ModelElement" /> <list name="collaboration" type="ModelElement" /> @@ -3370,16 +3378,11 @@ <attribute name="aggregation" type="AggregationKind" /> <attribute name="targetScope" type="ScopeKind" /> <separator /> - <attribute name="multiplicity" type="Multiplicity" /> <attribute name="changeability" type="ChangeableKind" /> - <attribute name="association" type="Association" /> - <list name="qualifier" type="Attribute" /> <attribute name="participant" type="Classifier" /> - <list name="specification" type="Classifier" /> <list name="linkEnd" type="AssociationEnd" /> <list name="associationEndRole" type="AssociationEnd" /> <attribute name="collaborationMultiplicity" type="Multiplicity" /> - <attribute name="base" type="AssociationEnd" /> <separator /> <list name="availableQualifier" type="Attribute" /> </panel> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2429632 To unsubscribe from this discussion, e-mail: [[email protected]].
