Package adams.gui.core
Interface PopupMenuProvider
-
- All Known Implementing Classes:
AbstractInvestigatorTab,AbstractInvestigatorTabWithDataTable,AbstractInvestigatorTabWithEditableDataTable,AbstractOutputPanelWithPopupMenu,AssociateTab,AttributeSelectionTab,BoxPlotTab,ClassifyTab,ClusterTab,CompareTab,ComponentContentPanel,DataQueryTab,DataTab,DetachablePanel,ExperimentTab,IndependentComponentsTab,InstanceTab,LogTab,MatrixTab,MultiPagePane.DetachablePage,PartialLeastSquaresTab,PreprocessTab,PrincipalComponentsTab,ScatterPlotTab,TableContentPanel,TextualContentPanel
public interface PopupMenuProviderInterface for classes that offer a 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 JPopupMenugetPopupMenu()Returns the popup menu.
-
-
-
Method Detail
-
getPopupMenu
JPopupMenu getPopupMenu()
Returns the popup menu.
-
-