Uses of Class
com.googlecode.lanterna.gui2.menu.MenuBar
Packages that use MenuBar
-
Uses of MenuBar in com.googlecode.lanterna.gui2
Subclasses of MenuBar in com.googlecode.lanterna.gui2Fields in com.googlecode.lanterna.gui2 declared as MenuBarMethods in com.googlecode.lanterna.gui2 that return MenuBarModifier and TypeMethodDescriptionprivate MenuBarAbstractBasePane.ContentHolder.getMenuBar()AbstractBasePane.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 TypeMethodDescriptionprivate voidAbstractBasePane.ContentHolder.setMenuBar(MenuBar menuBar) voidAbstractBasePane.setMenuBar(MenuBar menuBar) voidBasePane.setMenuBar(MenuBar menubar) Sets the activeMenuBarfor this base pane/window.voidWindow.setMenuBar(MenuBar menubar) Sets the activeMenuBarfor this window.