svn commit: r15174 - branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/Attribute.xml
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: penyaskito Date: 2008-07-06 09:11:48-0700 New Revision: 15174 Added: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/Attribute.xml (contents, props changed) Log: Adding the 'attribute' XML. Added: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/Attribute.xml Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/Attribute.xml?view=auto&rev=15174 ============================================================================== --- (empty file) +++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/Attribute.xml 2008-07-06 09:11:48-0700 @@ -0,0 +1,14 @@ +<?xml version='1.0' encoding='UTF-8'?> +<panel> + <text name='name' /> + <combo name='type' /> + <combo name='multiplicity' /> + <list name="owner" /> + <separator /> + <optionbox name='visibility' /> + <optionbox name='changeability' /> + <checkgroup name='modifiers'> + <checkbox name='static' /> + </checkgroup> + <text name='initial_value' /> +</panel>