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