Author: tfmorris Date: 2008-05-08 13:59:41-0700 New Revision: 14677 Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java
Log: Remove deprecated getNamespaceScroll method Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java?view=diff&rev=14677&p1=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java&p2=trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java&r1=14676&r2=14677 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/foundation/core/PropPanelModelElement.java 2008-05-08 13:59:41-0700 @@ -187,20 +187,6 @@ /** - * @return a scrollpane for the namespace - * @deprecated for 0.24 by bobtarling. Use [EMAIL PROTECTED] #getNamespaceSelector()} - */ - @Deprecated - protected JComponent getNamespaceScroll() { - if (namespaceScroll == null) { - JList namespaceList = new UMLLinkedList(namespaceListModel); - namespaceList.setVisibleRowCount(1); - namespaceScroll = new JScrollPane(namespaceList); - } - return namespaceScroll; - } - - /** * Returns the namespace selector. This is a component which allows the * user to select a single item as the namespace. * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
