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 classAbstractBasePane.EmptyMenuBarFields in com.googlecode.lanterna.gui2 declared as MenuBar Modifier and Type Field Description private MenuBarAbstractBasePane.ContentHolder. menuBarMethods in com.googlecode.lanterna.gui2 that return MenuBar Modifier and Type Method Description private MenuBarAbstractBasePane.ContentHolder. getMenuBar()MenuBarAbstractBasePane. getMenuBar()MenuBarBasePane. getMenuBar()Returns theMenuBarassigned to this base pane/window, if any, otherwise returns {code null}.MenuBarWindow. getMenuBar()Returns theMenuBarassigned 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 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. -
Uses of MenuBar in com.googlecode.lanterna.gui2.menu
Methods in com.googlecode.lanterna.gui2.menu that return MenuBar Modifier and Type Method Description MenuBarMenuBar. 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 voidMenuBar.DefaultMenuBarRenderer. drawComponent(TextGUIGraphics graphics, MenuBar menuBar)TerminalSizeMenuBar.DefaultMenuBarRenderer. getPreferredSize(MenuBar menuBar)
-