Uses of Class
com.googlecode.lanterna.gui2.dialogs.DirectoryDialogBuilder
Packages that use DirectoryDialogBuilder
-
Uses of DirectoryDialogBuilder in com.googlecode.lanterna.gui2.dialogs
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.