Package | Description |
---|---|
com.googlecode.lanterna.gui2.dialogs |
Modifier and Type | Method and Description |
---|---|
ActionListDialogBuilder |
ActionListDialogBuilder.addAction(Runnable action)
Adds an additional action to the
ActionListBox that is to be displayed when the dialog is opened. |
ActionListDialogBuilder |
ActionListDialogBuilder.addAction(String label,
Runnable action)
Adds an additional action to the
ActionListBox that is to be displayed when the dialog is opened |
ActionListDialogBuilder |
ActionListDialogBuilder.addActions(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.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 |
Copyright © 2016. All rights reserved.