Uses of Class
com.googlecode.lanterna.gui2.dialogs.DirectoryDialogBuilder
Packages that use DirectoryDialogBuilder
-
Uses of DirectoryDialogBuilder in com.googlecode.lanterna.gui2.dialogs
Subclasses with type arguments of type DirectoryDialogBuilder in com.googlecode.lanterna.gui2.dialogsModifier and TypeClassDescriptionclassDialog builder for theDirectoryDialogclass, use this to create instances of that class and to customize them.Methods in com.googlecode.lanterna.gui2.dialogs that return DirectoryDialogBuilderModifier and TypeMethodDescriptionprotected DirectoryDialogBuilderDirectoryDialogBuilder.self()DirectoryDialogBuilder.setActionLabel(String actionLabel) Defines the label to be but on the confirmation button (default: "ok").DirectoryDialogBuilder.setSelectedDirectory(File selectedDir) Sets the directory that is initially selected in the dialogDirectoryDialogBuilder.setSuggestedSize(TerminalSize suggestedSize) Sets the suggested size for the file dialog, it won't have exactly this size but roughly.