svn commit: r12528 - trunk/src_new/org/argouml/uml/ui: behavior/collaborations behavior/state_machines behavior/use_cases foundation/core

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-05-04 10:13:30-0700
New Revision: 12528

Modified:
   trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java
   trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java
   trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java
   trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java
   trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java
   trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java

Log:
Change getNamespaceScroll to getNamespaceSelector

Modified: trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java?view=diff&rev=12528&p1=trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java&r1=12527&r2=12528
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelAssociationRole.java	2007-05-04 10:13:30-0700
@@ -58,7 +58,7 @@
         addField(Translator.localize("label.name"),
                 getNameTextField());
         addField(Translator.localize("label.namespace"),
-		 getNamespaceScroll());
+                getNamespaceSelector());
 
         JComboBox baseComboBox =
 	    new UMLComboBox2(new UMLAssociationRoleBaseComboBoxModel(),

Modified: trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java?view=diff&rev=12528&p1=trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java&r1=12527&r2=12528
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/collaborations/PropPanelInteraction.java	2007-05-04 10:13:30-0700
@@ -55,7 +55,7 @@
     	addField(Translator.localize("label.name"),
                 getNameTextField());
         addField(Translator.localize("label.namespace"),
-		 getNamespaceScroll());
+                getNamespaceSelector());
 
         JList contextList =
 	    new UMLLinkedList(new UMLInteractionContextListModel());

Modified: trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java?view=diff&rev=12528&p1=trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java&r1=12527&r2=12528
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/state_machines/PropPanelEvent.java	2007-05-04 10:13:30-0700
@@ -71,7 +71,7 @@
         addField(Translator.localize("label.name"),
                 getNameTextField());
         addField(Translator.localize("label.namespace"),
-                getNamespaceScroll());
+                getNamespaceSelector());
 
         addSeparator();
         addField(Translator.localize("label.parameters"),

Modified: trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java?view=diff&rev=12528&p1=trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java&r1=12527&r2=12528
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelExtend.java	2007-05-04 10:13:30-0700
@@ -78,7 +78,7 @@
         addField(Translator.localize("label.name"),
 		 getNameTextField());
         addField(Translator.localize("label.namespace"),
-		 getNamespaceScroll());
+                getNamespaceSelector());
 
         addSeparator();
 

Modified: trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java?view=diff&rev=12528&p1=trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java&p2=trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java&r1=12527&r2=12528
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/behavior/use_cases/PropPanelInclude.java	2007-05-04 10:13:30-0700
@@ -63,7 +63,7 @@
         addField(Translator.localize("label.name"),
 		 getNameTextField());
         addField(Translator.localize("label.namespace"),
-		 getNamespaceScroll());
+                getNamespaceSelector());
 
         addSeparator();
 

Modified: trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java?view=diff&rev=12528&p1=trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java&p2=trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java&r1=12527&r2=12528
==============================================================================
--- trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java	(original)
+++ trunk/src_new/org/argouml/uml/ui/foundation/core/PropPanelFlow.java	2007-05-04 10:13:30-0700
@@ -52,7 +52,7 @@
         addField(Translator.localize("label.name"),
                 getNameTextField());
         addField(Translator.localize("label.namespace"),
-                getNamespaceScroll());
+                getNamespaceSelector());
         addField(Translator.localize("label.constraints"),
                 getConstraintScroll());
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.