Package adams.gui.core
Interface PopupMenuCustomizer<T>
-
- Type Parameters:
T
- the source class
- All Known Subinterfaces:
AbstractChooserPanel.PopupMenuCustomizer
,PopupMenuCustomizer
,PopupMenuCustomizer
,PropertyPanel.PopupMenuCustomizer
- All Known Implementing Classes:
AbstractClassifierBasedGeneticAlgorithmWizard.PerformancePlot
,AbstractObjectOverlayFromReport
,AbstractPointOverlayFromReport
,DataContainerPanelWithContainerList
,FileEditor
,FlowFileEditor
,FlowPanelNotificationArea
,Histogram
,InlineEditor
,InstancePanel
,NormalPlot
,ObjectAnnotationPanel
,ObjectCentersOverlayFromReport
,ObjectLocationsOverlayFromReport
,PlaceholderDirectoryEditor
,PlaceholderFileEditor
,ProbabilityPlot
,ScatterPlot
,SequencePlotterPanel
,SimplePointOverlayFromReport
,SpreadSheetRowPanel
,TimeseriesPanel
,VersusFit
,VersusOrder
,XYSequencePanel
,ZScore
public interface PopupMenuCustomizer<T>
Interface for classes that can customize the popup menu.- 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(T source, JPopupMenu menu)
For customizing the popup menu.
-
-
-
Method Detail
-
customizePopupMenu
void customizePopupMenu(T source, JPopupMenu menu)
For customizing the popup menu.- Parameters:
source
- the source, e.g., eventmenu
- the menu to customize
-
-