Uses of Class
com.googlecode.lanterna.gui2.dialogs.ListSelectDialogBuilder
Packages that use ListSelectDialogBuilder
-
Uses of ListSelectDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Methods in com.googlecode.lanterna.gui2.dialogs that return ListSelectDialogBuilderModifier and TypeMethodDescriptionListSelectDialogBuilder.addListItem
(T item) Adds an item to the list box at the endfinal ListSelectDialogBuilder
<T> ListSelectDialogBuilder.addListItems
(T... items) Adds a list of items to the list box at the end, in the order they are passed inprotected ListSelectDialogBuilder
<T> ListSelectDialogBuilder.self()
ListSelectDialogBuilder.setCanCancel
(boolean canCancel) Sets if the dialog can be cancelled or not (default:true
)ListSelectDialogBuilder.setListBoxSize
(TerminalSize listBoxSize) Sets the size of the list box in the dialog, scrollbars will be used if there is not enough space to draw all items.