com.artenum.cassandra.plugin
Interface DynamicPluginMenu


public interface DynamicPluginMenu

 Project ref           : CASSANDRA project
 Copyright and license : See relevant sections
 Status                : under development
 Creation              : 04/03/2005
 Modification          :

 Description  : Interface of the framework menu which is used to
                integrate plugin actions into the Cassandra Menu.

 
Version numberAuthor (name, e-mail)Corrections/Modifications
0.1Sebastien Jourdain, jourdain@artenum.comCreation

Version:
0.1
Author:
Sebastien Jourdain

Method Summary
 void addExportMenuComponent(java.awt.Component exportComponent)
           
 void addFilterMenuComponent(java.awt.Component filterComponent)
           
 void addImportMenuComponent(java.awt.Component importComponent)
           
 void addSourceMenuComponent(java.awt.Component sourceComponent)
           
 void addToolMenuComponent(java.awt.Component toolComponent)
           
 

Method Detail

addImportMenuComponent

public void addImportMenuComponent(java.awt.Component importComponent)

addExportMenuComponent

public void addExportMenuComponent(java.awt.Component exportComponent)

addSourceMenuComponent

public void addSourceMenuComponent(java.awt.Component sourceComponent)

addFilterMenuComponent

public void addFilterMenuComponent(java.awt.Component filterComponent)

addToolMenuComponent

public void addToolMenuComponent(java.awt.Component toolComponent)


 (c) Copyright: Artenum SARL, 101-103 Boulevard Mac Donald, 
                75019, Paris, France 2005.
                http://www.artenum.com
 
 License:

  This program is free software; you can redistribute it 
  and/or modify it under the terms of the Q Public License; 
  either version 1 of the License.

  This program is distributed in the hope that it will be
  useful, but WITHOUT ANY WARRANTY; without even the implied
  warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  PURPOSE. See the Q Public License for more details.

  You should have received a copy of the Q Public License 
  License along with this program; 
  if not, write to:
    Artenum SARL, 101-103 Boulevard Mac Donald,
    75019, PARIS, FRANCE, e-mail: contact@artenum.com