Uses of Class
adams.terminal.core.MenuListDialogBuilder
-
Packages that use MenuListDialogBuilder Package Description adams.terminal.core -
-
Uses of MenuListDialogBuilder in adams.terminal.core
Fields in adams.terminal.core declared as MenuListDialogBuilder Modifier and Type Field Description protected MenuListDialogBuilder
Menu. builder
for generating the menu.Methods in adams.terminal.core that return MenuListDialogBuilder Modifier and Type Method Description MenuListDialogBuilder
MenuListDialogBuilder. addAction(Runnable action)
Adds an additional action to theMenuListBox
that is to be displayed when the dialog is opened.MenuListDialogBuilder
MenuListDialogBuilder. addAction(String label, Runnable action)
Adds an additional action to theMenuListBox
that is to be displayed when the dialog is openedMenuListDialogBuilder
MenuListDialogBuilder. addActions(Runnable... actions)
Adds additional actions to theMenuListBox
that is to be displayed when the dialog is opened.protected MenuListDialogBuilder
MenuListDialogBuilder. self()
MenuListDialogBuilder
MenuListDialogBuilder. setListBoxSize(com.googlecode.lanterna.TerminalSize listBoxSize)
Sets the size of the internalMenuListBox
in columns and rows, forcing scrollbars to appear if the space isn't big enough to contain all the items
-