net.maizegenetics.plugindef.PluginAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tassel Show documentation
Show all versions of tassel Show documentation
TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage
disequilibrium.
/*
* PluginAction.java
*/
package net.maizegenetics.plugindef;
import javax.swing.*;
/**
*
* @author terryc
*/
public interface PluginAction extends Action{
/**
* Return associated plugin.
*
* @return tassel plugin
*/
public Plugin getPlugin();
/**
* GUI Panel for associated plugin.
*
* @return panel
*/
public JPanel getPanel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy