Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
f293d04c
Commit
f293d04c
authored
15 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-1364 IModule extended
SVN: 14739
parent
666f06ef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/PhosphoNetXModule.java
+28
-0
28 additions, 0 deletions
...netx/client/web/client/application/PhosphoNetXModule.java
with
28 additions
and
0 deletions
rtd_phosphonetx/source/java/ch/systemsx/cisd/openbis/plugin/phosphonetx/client/web/client/application/PhosphoNetXModule.java
+
28
−
0
View file @
f293d04c
...
...
@@ -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
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment