Micha Bayer wrote:

> 
> So am I right in thinking that if I change this to the following...
> 
> 
> public class ZipFileImporter extends AbstractPlugin implements 
> InteractivePlugin, AutoDetectingImporter
> {
>       private static final Set<GuiContext> guiContexts = 
>               Collections.singleton(new GuiContext(Item.EXPERIMENT, 
> GuiContext.Type.ITEM));
> 
> 
> ....then I'll get an import tab created in the Experiment list view which 
> will let me import the 
 > zip file using my plugin?

If you want the plugin to appear on the list page you should use, 
GuiContext.Type.List. The GuiContext.Type.ITEM makes it appear in the 
view page for a single experiment.

/Nicklas

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to