Package adams.gui.core
Interface MenuBarProvider
-
- All Known Implementing Classes:
AbstractGraphicalDisplay,AbstractManagementPanel,AbstractManagementPanelWithDatabase,AbstractManagementPanelWithDatabaseConnectionListener,AbstractManagementPanelWithProperties,AbstractManagementPanelWithSelectableDatabase,AbstractMultiView,AbstractTextualDisplay,AbstractWorkspacePanel,AbstractWorkspacePanelWithStatusBar,ActualVsPredictedPlot,ArrayDisplay,BoxPlot,Canvas,ConsoleOutputAnalyzerPanel,ConsolePanel,ConsoleWindow,ContainerDisplay,ControlChartPlot,DatasetCompatibilityPanel,DiffPanel,Display,DisplayPanelGrid,DisplayPanelManager,DOMDisplay,EmailAddressBookPanel,EmailViewer,ErrorMessagePanel,ExperimenterPanel,ExplorerExt,FavoritesManagementPanel,FileChooserBookmarksManagementPanel,FileCommanderPanel,FileMonitorPanel,FilePreview,FlowControlCenterPanel,FlowDisplay,FlowEditorPanel,FlowRunnerPanel,FourInOneDisplay,GridView,Histogram,HistoryDisplay,Html4Display,ImageHistogram,ImageProcessorPanel,ImageSegmentationViewer,ImageViewer,ImageViewerPanel,InstanceComparePanel,InstanceExplorer,InvestigatorPanel,JFreeChartPlot,JsonDisplay,MatrixPlot,NestedFormatViewerPanel,ObjectPreview,ObjectViewer,PDFViewer,PDFViewerPanel,PixelSelectorPanel,PlaceholderManagementPanel,PreviewBrowserPanel,ProbabilityPlotDisplay,ProgressBar,PropertiesDisplay,PropertiesViewerPanel,RemoteControlCenterPanel,ReportDisplay,ScatterDisplay,SequencePlotter,SideBySideDiff,SimplePlot,SpreadSheetDisplay,SpreadSheetExplorer,SpreadSheetPanel,SpreadSheetProcessorPanel,SpreadSheetRowViewer,SpreadSheetViewerPanel,SqlWorkbenchPanel,StringTree,SystemInfoPanel,TabView,TextPanel,TimeseriesDisplay,TimeseriesExplorer,WekaAttributeSummary,WekaClassifierErrors,WekaCostBenefitAnalysis,WekaCostCurve,WekaGraphVisualizer,WekaInstancesDisplay,WekaInstancesPlot,WekaInstanceViewer,WekaMarginCurve,WekaThresholdCurve,WekaTreeVisualizer,XChartPlot,XSLTPanel,ZScoreDisplay
public interface MenuBarProviderFor panels that are placed within frames that should offer a menu bar.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JMenuBargetMenuBar()Creates a menu bar (singleton per panel object).
-
-
-
Method Detail
-
getMenuBar
JMenuBar getMenuBar()
Creates a menu bar (singleton per panel object). Can be used in frames.- Returns:
- the menu bar
-
-