Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TMenu> |
TApplication.getAllMenus()
Get a (shallow) copy of the menu list.
|
Modifier and Type | Method and 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.removeMenu(TMenu menu)
Remove a top-level menu from the list.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.