Uses of Class
com.googlecode.lanterna.gui2.dialogs.FileDialogBuilder
Packages that use FileDialogBuilder
-
Uses of FileDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Subclasses with type arguments of type FileDialogBuilder in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionclassDialog builder for theFileDialogclass, use this to create instances of that class and to customize themMethods 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.