Uses of Class
com.googlecode.lanterna.gui2.menu.MenuBar
Packages that use MenuBar
-
Uses of MenuBar in com.googlecode.lanterna.gui2
Methods in com.googlecode.lanterna.gui2 that return MenuBarModifier and TypeMethodDescriptionAbstractBasePane.getMenuBar()BasePane.getMenuBar()Returns theMenuBarassigned to this base pane/window, if any, otherwise returns {code null}.Window.getMenuBar()Returns theMenuBarassigned to this window, if any, otherwise returns {code null}.Methods in com.googlecode.lanterna.gui2 with parameters of type MenuBarModifier and TypeMethodDescriptionvoidAbstractBasePane.setMenuBar(MenuBar menuBar) voidBasePane.setMenuBar(MenuBar menubar) Sets the activeMenuBarfor this base pane/window.voidWindow.setMenuBar(MenuBar menubar) Sets the activeMenuBarfor this window.