svn commit: r15530 - branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels: ui xml

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: penyaskito
Date: 2008-08-10 03:44:17-0700
New Revision: 15530

Modified:
   branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java
   branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml

Log:
Changed some strings, so the transformation is immediate.

Modified: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java
Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java?view=diff&rev=15530&p1=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java&p2=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java&r1=15529&r2=15530
==============================================================================
--- branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java	(original)
+++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/ui/SwingUIFactory.java	2008-08-10 03:44:17-0700
@@ -291,7 +291,7 @@
         
         ScrollList list = null;
         UMLModelElementListModel2 model = null;
-        if ("client_dependency".equals(prop.getName())) {
+        if ("clientDependency".equals(prop.getName())) {
             model = new UMLModelElementClientDependencyListModel();
             model.setTarget(target); 
             list = new ScrollList(new UMLMutableLinkedList(
@@ -301,7 +301,7 @@
                     null,
                     true));
         }
-        else if ("supplier_dependency".equals(prop.getName())) {
+        else if ("supplierDependency".equals(prop.getName())) {
             model = new UMLModelElementSupplierDependencyListModel();
             model.setTarget(target);
             list = new ScrollList(new UMLMutableLinkedList(
@@ -311,12 +311,12 @@
                     null,
                     true));
         }
-        else if ("generalizations".equals(prop.getName())) {
+        else if ("generalization".equals(prop.getName())) {
             model = new UMLGeneralizableElementGeneralizationListModel();
             model.setTarget(target);
             list = new ScrollList(model);
         }
-        else if ("specializations".equals(prop.getName())) {
+        else if ("specialization".equals(prop.getName())) {
             model = new UMLGeneralizableElementSpecializationListModel();
             model.setTarget(target);
             list = new ScrollList(model);
@@ -331,12 +331,12 @@
             model.setTarget(target);
             list = new ScrollList(model);
         }
-        else if ("features".equals(prop.getName())) {
+        else if ("feature".equals(prop.getName())) {
             model = new UMLClassifierFeatureListModel();
             model.setTarget(target);
             list = new ScrollList(model, true, false);
         }
-        else if ("operations".equals(prop.getName())) {
+        else if ("operation".equals(prop.getName())) {
             model = new UMLClassOperationListModel();
             model.setTarget(target);
             list = new ScrollList(model);

Modified: branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml
Url: http://argouml.tigris.org/source/browse/argouml/branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml?view=diff&rev=15530&p1=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml&p2=branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml&r1=15529&r2=15530
==============================================================================
--- branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml	(original)
+++ branches/xmlpropertypanels-penyaskito-soc08/argouml-core-propertypanels-scratch/src/org/argouml/core/propertypanels/xml/panels.xml	2008-08-10 03:44:17-0700
@@ -17,8 +17,8 @@
       <checkbox name="isRoot" />
     </checkgroup>
     <separator />
-    <list name="client_dependency" />
-    <list name="supplier_dependency" />
+    <list name="clientDependency" />
+    <list name="supplierDependency" />
     <list name="tag_definitions" />
     <separator />
     <list name="base_class" />
@@ -35,8 +35,8 @@
       <checkbox name="derived" />
     </checkgroup>
     <separator />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="generalization" />
+    <list name="specialization" />
     <separator />
     <list name="contexts" />
     <list name="receptions" />
@@ -60,8 +60,8 @@
       <checkbox name="derived" />
     </checkgroup>
     <separator />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="generalization" />
+    <list name="specialization" />
     <separator />
     <list name="owned" />
     <list name="imported_elements" />
@@ -123,8 +123,8 @@
       <checkbox name="derived" />
     </checkgroup>
     <separator />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="generalization" />
+    <list name="specialization" />
     <separator />
     <list name="contexts" />
     <list name="receptions" />
@@ -144,10 +144,10 @@
       <checkbox name="derived" />
     </checkgroup>
     <separator />
-    <list name="client_dependency" />
-    <list name="supplier_dependency" />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="clientDependency" />
+    <list name="supplierDependency" />
+    <list name="generalization" />
+    <list name="specialization" />
     <separator />
     <list name="operations" />
     <list name="literals" />
@@ -163,10 +163,10 @@
       <checkbox name="derived" />
     </checkgroup>
     <separator />
-    <list name="client_dependency" />
-    <list name="supplier_dependency" />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="clientDependency" />
+    <list name="supplierDependency" />
+    <list name="generalization" />
+    <list name="specialization" />
     <separator />
     <list name="operations" />
   </panel>
@@ -188,10 +188,10 @@
       <checkbox name="isActive" />
     </checkgroup>
     <separator />
-    <list name="client_dependency" />
-    <list name="supplier_dependency" />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="clientDependency" />
+    <list name="supplierDependency" />
+    <list name="generalization" />
+    <list name="specialization" />
     <separator />
     <list name="attributes" />
     <list name="association_ends" />
@@ -241,10 +241,10 @@
       <checkbox name="isActive" />
     </checkgroup>
     <separator />
-    <list name="client_dependency" />
-    <list name="supplier_dependency" />
-    <list name="generalizations" />
-    <list name="specializations" />
+    <list name="clientDependency" />
+    <list name="supplierDependency" />
+    <list name="generalization" />
+    <list name="specialization" />
     <list name="connections" />
     <separator />
     <list name="attributes" />
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.