Uses of Class
com.googlecode.lanterna.gui2.menu.Menu
-
Packages that use Menu Package Description com.googlecode.lanterna.gui2.menu -
-
Uses of Menu in com.googlecode.lanterna.gui2.menu
Fields in com.googlecode.lanterna.gui2.menu with type parameters of type Menu Modifier and Type Field Description private java.util.List<Menu>
MenuBar. menus
Methods in com.googlecode.lanterna.gui2.menu that return Menu Modifier and Type Method Description Menu
Menu. add(MenuItem menuItem)
Menu
MenuBar. getMenu(int index)
Returns the drop-down menu at the specified index.Methods in com.googlecode.lanterna.gui2.menu with parameters of type Menu Modifier and Type Method Description MenuBar
MenuBar. add(Menu menu)
Adds a new drop-down menu to the menu bar, at the end
-