Uses of Class
jexer.menu.TMenu
-
Packages that use TMenu Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TMenu in jexer
Methods in jexer that return TMenu Modifier and Type Method Description TMenu
TApplication. addEditMenu()
Convenience function to add a default "Edit" menu.TMenu
TApplication. addFileMenu()
Convenience function to add a default "File" menu.TMenu
TApplication. addHelpMenu()
Convenience function to add a default "Help" menu.TMenu
TApplication. addMenu(java.lang.String title)
Convenience function to add a top-level menu.TMenu
TApplication. addTableMenu()
Convenience function to add a default "Table" menu.TMenu
TApplication. addToolMenu()
Convenience function to add a default tools (hamburger) menu.TMenu
TApplication. addWindowMenu()
Convenience function to add a default "Window" menu.Methods in jexer that return types with arguments of type TMenu Modifier and Type Method Description java.util.List<TMenu>
TApplication. getAllMenus()
Get a (shallow) copy of the menu list.Methods in jexer with parameters of type TMenu Modifier and Type Method Description void
TApplication. addMenu(TMenu menu)
Add a top-level menu to the list.void
TApplication. addSubMenu(TMenu menu)
Add a sub-menu to the list of open sub-menus.void
TApplication. openContextMenu(TMenu menu, int x, int y)
Open a previously created menu as a context menu at a specific location.void
TApplication. removeMenu(TMenu menu)
Remove a top-level menu from the list.
-