Uses of Class
com.googlecode.lanterna.gui2.menu.MenuBar
-
Packages that use MenuBar Package Description com.googlecode.lanterna.gui2 com.googlecode.lanterna.gui2.menu -
-
Uses of MenuBar in com.googlecode.lanterna.gui2
Subclasses of MenuBar in com.googlecode.lanterna.gui2 Modifier and Type Class Description private static class
AbstractBasePane.EmptyMenuBar
Fields in com.googlecode.lanterna.gui2 declared as MenuBar Modifier and Type Field Description private MenuBar
AbstractBasePane.ContentHolder. menuBar
Methods in com.googlecode.lanterna.gui2 that return MenuBar Modifier and Type Method Description private MenuBar
AbstractBasePane.ContentHolder. getMenuBar()
MenuBar
AbstractBasePane. getMenuBar()
MenuBar
BasePane. getMenuBar()
Returns theMenuBar
assigned to this base pane/window, if any, otherwise returns {code null}.MenuBar
Window. getMenuBar()
Returns theMenuBar
assigned to this window, if any, otherwise returns {code null}.Methods in com.googlecode.lanterna.gui2 with parameters of type MenuBar Modifier and Type Method Description private 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. -
Uses of MenuBar in com.googlecode.lanterna.gui2.menu
Methods in com.googlecode.lanterna.gui2.menu that return MenuBar Modifier and Type Method Description MenuBar
MenuBar. add(Menu menu)
Adds a new drop-down menu to the menu bar, at the endMethods in com.googlecode.lanterna.gui2.menu that return types with arguments of type MenuBar Modifier and Type Method Description protected ComponentRenderer<MenuBar>
MenuBar. createDefaultRenderer()
Methods in com.googlecode.lanterna.gui2.menu with parameters of type MenuBar Modifier and Type Method Description void
MenuBar.DefaultMenuBarRenderer. drawComponent(TextGUIGraphics graphics, MenuBar menuBar)
TerminalSize
MenuBar.DefaultMenuBarRenderer. getPreferredSize(MenuBar menuBar)
-