svn commit: r13961 - trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-12-20 18:40:46-0800
New Revision: 13961

Modified:
   trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java

Log:
Merge details pane work from branch work_issue4925_mvw

Modified: trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java?view=diff&rev=13961&p1=trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java&p2=trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java&r1=13960&r2=13961
==============================================================================
--- trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java	(original)
+++ trunk/src_new/org/argouml/profile/init/InitProfileSubsystem.java	2007-12-20 18:40:46-0800
@@ -25,8 +25,10 @@
 package org.argouml.profile.init;
 
 import java.util.ArrayList;
+import java.util.Collections;
 import java.util.List;
 
+import org.argouml.application.api.AbstractArgoJPanel;
 import org.argouml.application.api.GUISettingsTabInterface;
 import org.argouml.application.api.InitSubsystem;
 import org.argouml.profile.ProfileFacade;
@@ -51,4 +53,8 @@
                 new org.argouml.profile.internal.ProfileManagerImpl());
     }
 
+    public List<AbstractArgoJPanel> getDetailsTabs() {
+        return Collections.emptyList();
+    }
+
 }
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.