JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
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
Methods in
com.googlecode.lanterna.gui2.menu
that return
Menu
Modifier and Type
Method
Description
Menu
Menu.
add
(
MenuItem
menuItem)
Adds a new menu item to this menu, this can be either a regular
MenuItem
or another
Menu
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