Ignore:
Timestamp:
Jul 23, 2007, 2:57:39 PM (16 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #687: Make it possible for other plug-ins than the FormulaFilter? to be launched by the 'Filter bioassayset' button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/src/docbook/developerdoc/plugin_developer.xml

    r3591 r3592  
    29812981     
    29822982    </sect2>
     2983   
     2984    <sect2 id="plugin_developer.analyse.filterplugin">
     2985      <title>The AnalysisFilterPlugin interface</title>
     2986     
     2987      <para>
     2988        The <interfacename>net.sf.basedb.core.plugin.AnalysisFilterPlugin</interfacename>
     2989        is a tagging interface with no methods that all analysis plug-ins that only filters
     2990        data should implement. The benefit is that they will be linked from the
     2991        <guibutton>Filter bioassay set</guibutton> button and not just
     2992        the <guibutton>Run analysis</guibutton> button. They will also get
     2993        a different icon in the experiment outline to make filtering
     2994        transformations appear different from other transformations.
     2995      </para>
     2996     
     2997      <para>
     2998        The interface exists purely for making the user interaction better. There is
     2999        no harm in not implementing it since the plug-in will always appear in
     3000        from the <guibutton>Run analysis</guibutton> button. On the other hand,
     3001        it doesn't cost anything to implement the interface since it doesn't
     3002        have any methods.
     3003      </para>
     3004   
     3005    </sect2>
    29833006
    29843007  </sect1>
Note: See TracChangeset for help on using the changeset viewer.