From f293d04ca0cf4d4ed3e60be22c593f114aa23e6b Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Mon, 15 Feb 2010 14:33:08 +0000
Subject: [PATCH] LMS-1364 IModule extended

SVN: 14739
---
 .../client/application/PhosphoNetXModule.java | 28 +++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/PhosphoNetXModule.java b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/PhosphoNetXModule.java
index 33a9f6bab5a..b74192cacee 100644
--- a/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/PhosphoNetXModule.java
+++ b/rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/PhosphoNetXModule.java
@@ -16,6 +16,10 @@
 
 package ch.systemsx.cisd.openbis.plugin.phosphonetx.client.web.client.application;
 
+import java.util.List;
+
+import com.extjs.gxt.ui.client.widget.Component;
+import com.google.gwt.user.client.rpc.AsyncCallback;
 import com.google.gwt.user.client.ui.Widget;
 
 import ch.systemsx.cisd.openbis.generic.client.web.client.application.IViewContext;
@@ -41,4 +45,28 @@ public class PhosphoNetXModule implements IModule
         return new QueryMenu(viewContext);
     }
 
+    public List<Component> getMenuItems()
+    {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getModuleDescription()
+    {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public String getModuleName()
+    {
+        // TODO Auto-generated method stub
+        return null;
+    }
+
+    public void initialize(AsyncCallback<Void> callback)
+    {
+        // TODO Auto-generated method stub
+        
+    }
+
 }
-- 
GitLab