svn commit: r15215 - branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/AssociationClass.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: penyaskito Date: 2008-07-09 09:25:36-0700 New Revision: 15215 Added: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/AssociationClass.xml (contents, props changed) Log: A panel for AssociationClass. Added: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/AssociationClass.xml Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/AssociationClass.xml?view=auto&rev=15215 ============================================================================== --- (empty file) +++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/AssociationClass.xml 2008-07-09 09:25:36-0700 @@ -0,0 +1,24 @@ +<?xml version='1.0' encoding='UTF-8'?> +<panel> + <text name='name' /> + <combo name='namespace' /> + <optionbox name='visibility' /> + <checkgroup name='modifiers'> + <checkbox name='abstract' /> + <checkbox name='leaf' /> + <checkbox name='root' /> + <checkbox name='derived' /> + <checkbox name='active' /> + </checkgroup> + <separator /> + <list name='client_dependency' /> + <list name='supplier_dependency' /> + <list name='generalizations' /> + <list name='specializations' /> + <list name='connections' /> + <separator /> + <list name='attributes' /> + <list name='association_ends' /> + <list name='operations' /> + <list name='owned' /> +</panel>