FolderBar

class FolderBar(initialFolder: File) : WrappedRegion<HBox>

Displays a folder (type File) as a horizontal line of Buttons. Click any of the buttons to change the value of folder.

By setting asTextField to true, the buttons are replaced by a TextField, where the user can type the folder name. Press ENTER to update folder (it is NOT updated just by typing).

This is used at the top of the FileDialogs.

Constructors

Link copied to clipboard
constructor(initialFolder: File)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard