Uses of Class
com.googlecode.lanterna.gui2.dialogs.ActionListDialogBuilder
Packages that use ActionListDialogBuilder
-
Uses of ActionListDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Methods in com.googlecode.lanterna.gui2.dialogs that return ActionListDialogBuilderModifier and TypeMethodDescriptionAdds an additional action to theActionListBox
that is to be displayed when the dialog is opened.Adds an additional action to theActionListBox
that is to be displayed when the dialog is openedActionListDialogBuilder.addActions
(Runnable... actions) Adds additional actions to theActionListBox
that is to be displayed when the dialog is opened.protected ActionListDialogBuilder
ActionListDialogBuilder.self()
ActionListDialogBuilder.setCanCancel
(boolean canCancel) Sets if the dialog can be cancelled or not (default:true
)ActionListDialogBuilder.setCloseAutomaticallyOnAction
(boolean closeAutomatically) Sets if clicking on an action automatically closes the dialog after the action is finished (default:true
)ActionListDialogBuilder.setListBoxSize
(TerminalSize listBoxSize) Sets the size of the internalActionListBox
in columns and rows, forcing scrollbars to appear if the space isn't big enough to contain all the items