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. menusMethods in com.googlecode.lanterna.gui2.menu that return Menu Modifier and Type Method Description MenuMenu. add(MenuItem menuItem)MenuMenuBar. 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 MenuBarMenuBar. add(Menu menu)Adds a new drop-down menu to the menu bar, at the end
-