Interface ProteinSequencePanelParent
- All Known Implementing Classes:
OverviewPanel,ProteinFractionsPanel
public interface ProteinSequencePanelParent
An interface implemented by parents of ProteinSequencePanel plots/charts.
Makes sure that the parent can make a global/external action when the user
clicks on a given annotation in the plot/chart.
- Author:
- Harald Barsnes
-
Method Summary
Modifier and TypeMethodDescriptionvoidannotationClicked(ArrayList<ResidueAnnotation> allAnnotation, org.jfree.chart.ChartMouseEvent cme)
-
Method Details
-
annotationClicked
void annotationClicked(ArrayList<ResidueAnnotation> allAnnotation, org.jfree.chart.ChartMouseEvent cme)
-