Uses of Class
com.googlecode.lanterna.gui2.dialogs.ActionListDialogBuilder
Packages that use ActionListDialogBuilder
-
Uses of ActionListDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Subclasses with type arguments of type ActionListDialogBuilder in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionclassDialog builder for theActionListDialogclass, use this to create instances of that class and to customize themMethods in com.googlecode.lanterna.gui2.dialogs that return ActionListDialogBuilderModifier and TypeMethodDescriptionAdds an additional action to theActionListBoxthat is to be displayed when the dialog is opened.Adds an additional action to theActionListBoxthat is to be displayed when the dialog is openedActionListDialogBuilder.addActions(Runnable... actions) Adds additional actions to theActionListBoxthat is to be displayed when the dialog is opened.protected ActionListDialogBuilderActionListDialogBuilder.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 internalActionListBoxin columns and rows, forcing scrollbars to appear if the space isn't big enough to contain all the items