Uses of Class
com.googlecode.lanterna.gui2.dialogs.FileDialogBuilder
-
Packages that use FileDialogBuilder Package Description com.googlecode.lanterna.gui2.dialogs -
-
Uses of FileDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Methods in com.googlecode.lanterna.gui2.dialogs that return FileDialogBuilder Modifier and Type Method Description protected FileDialogBuilder
FileDialogBuilder. self()
FileDialogBuilder
FileDialogBuilder. setActionLabel(java.lang.String actionLabel)
Defines the label to be but on the confirmation button (default: "ok").FileDialogBuilder
FileDialogBuilder. setSelectedFile(java.io.File selectedFile)
Sets the file that is initially selected in the dialogFileDialogBuilder
FileDialogBuilder. setSuggestedSize(TerminalSize suggestedSize)
Sets the suggested size for the file dialog, it won't have exactly this size but roughly.
-