svn commit: r13132 - trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-07-24 10:56:59-0700
New Revision: 13132

Modified:
   trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java

Log:
Issue 4816 - Add namespace display/selector

Modified: trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java?view=diff&rev=13132&p1=trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java&p2=trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java&r1=13131&r2=13132
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/model_management/PropPanelModel.java	2007-07-24 10:56:59-0700
@@ -49,20 +49,14 @@
                 ConfigLoader.getTabPropsOrientation());
     }
 
-    /**
-     * Via this method, the GUI elements are added to the proppanel. 
-     */
     protected void placeElements() {
         addField(Translator.localize("label.name"),
                 getNameTextField());
-        
-        /* The next 2 fields are commented out, 
-         * as long as ArgoUML does not support 
-         * more then one un-owned Model.  */
-//        addField(Translator.localize("label.namespace"),
-//                getNamespaceSelector());
 
-//        add(getNamespaceVisibilityPanel());
+        addField(Translator.localize("label.namespace"),
+                getNamespaceSelector());
+
+        add(getNamespaceVisibilityPanel());
 
         add(getModifiersPanel());
         
@@ -96,4 +90,4 @@
         addAction(getDeleteAction());
     }
 
-} /* end class PropPanelModel */
+}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.