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 MenuBar
AbstractBasePane.ContentHolder.getMenuBar()
AbstractBasePane.getMenuBar()
BasePane.getMenuBar()
Returns theMenuBar
assigned to this base pane/window, if any, otherwise returns {code null}.Window.getMenuBar()
Returns theMenuBar
assigned to this window, if any, otherwise returns {code null}.Methods in com.googlecode.lanterna.gui2 with parameters of type MenuBarModifier and TypeMethodDescriptionprivate void
AbstractBasePane.ContentHolder.setMenuBar
(MenuBar menuBar) void
AbstractBasePane.setMenuBar
(MenuBar menuBar) void
BasePane.setMenuBar
(MenuBar menubar) Sets the activeMenuBar
for this base pane/window.void
Window.setMenuBar
(MenuBar menubar) Sets the activeMenuBar
for this window.