Package adams.gui.visualization.core
Interface PopupMenuCustomizer
-
- All Superinterfaces:
PopupMenuCustomizer<MouseEvent>
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,DataContainerPanelWithContainerList
,Histogram
,InstancePanel
,NormalPlot
,ProbabilityPlot
,ScatterPlot
,SequencePlotterPanel
,SpreadSheetRowPanel
,TimeseriesPanel
,VersusFit
,VersusOrder
,XYSequencePanel
,ZScore
public interface PopupMenuCustomizer extends PopupMenuCustomizer<MouseEvent>
For classes that customize popup menus, before they're displayed.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customizePopupMenu(MouseEvent e, JPopupMenu menu)
Optional customizing of the menu that is about to be popped up.
-
-
-
Method Detail
-
customizePopupMenu
void customizePopupMenu(MouseEvent e, JPopupMenu menu)
Optional customizing of the menu that is about to be popped up.- Specified by:
customizePopupMenu
in interfacePopupMenuCustomizer<MouseEvent>
- Parameters:
e
- The mouse eventmenu
- The menu to customize.
-
-