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 MenuListDialogBuilderMenu. builderfor generating the menu.Methods in adams.terminal.core that return MenuListDialogBuilder Modifier and Type Method Description MenuListDialogBuilderMenuListDialogBuilder. addAction(Runnable action)Adds an additional action to theMenuListBoxthat is to be displayed when the dialog is opened.MenuListDialogBuilderMenuListDialogBuilder. addAction(String label, Runnable action)Adds an additional action to theMenuListBoxthat is to be displayed when the dialog is openedMenuListDialogBuilderMenuListDialogBuilder. addActions(Runnable... actions)Adds additional actions to theMenuListBoxthat is to be displayed when the dialog is opened.protected MenuListDialogBuilderMenuListDialogBuilder. self()MenuListDialogBuilderMenuListDialogBuilder. setListBoxSize(com.googlecode.lanterna.TerminalSize listBoxSize)Sets the size of the internalMenuListBoxin columns and rows, forcing scrollbars to appear if the space isn't big enough to contain all the items
-