ActionListDialogBuilder |
ActionListDialogBuilder.addAction(java.lang.Runnable action) |
Adds an additional action to the ActionListBox that is to be displayed when the dialog is opened.
|
ActionListDialogBuilder |
ActionListDialogBuilder.addAction(java.lang.String label,
java.lang.Runnable action) |
Adds an additional action to the ActionListBox that is to be displayed when the dialog is opened
|
ActionListDialogBuilder |
ActionListDialogBuilder.addActions(java.lang.Runnable... actions) |
Adds additional actions to the ActionListBox that is to be displayed when the dialog is opened.
|
protected ActionListDialogBuilder |
ActionListDialogBuilder.self() |
|
ActionListDialogBuilder |
ActionListDialogBuilder.setCanCancel(boolean canCancel) |
Sets if the dialog can be cancelled or not (default: true )
|
ActionListDialogBuilder |
ActionListDialogBuilder.setCloseAutomaticallyOnAction(boolean closeAutomatically) |
Sets if clicking on an action automatically closes the dialog after the action is finished (default: true )
|
ActionListDialogBuilder |
ActionListDialogBuilder.setListBoxSize(TerminalSize listBoxSize) |
Sets the size of the internal ActionListBox in columns and rows, forcing scrollbars to appear if the
space isn't big enough to contain all the items
|