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 TMenuTApplication. addEditMenu()Convenience function to add a default "Edit" menu.TMenuTApplication. addFileMenu()Convenience function to add a default "File" menu.TMenuTApplication. addHelpMenu()Convenience function to add a default "Help" menu.TMenuTApplication. addMenu(java.lang.String title)Convenience function to add a top-level menu.TMenuTApplication. addTableMenu()Convenience function to add a default "Table" menu.TMenuTApplication. addToolMenu()Convenience function to add a default tools (hamburger) menu.TMenuTApplication. 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 voidTApplication. addMenu(TMenu menu)Add a top-level menu to the list.voidTApplication. addSubMenu(TMenu menu)Add a sub-menu to the list of open sub-menus.voidTApplication. openContextMenu(TMenu menu, int x, int y)Open a previously created menu as a context menu at a specific location.voidTApplication. removeMenu(TMenu menu)Remove a top-level menu from the list.
-