Uses of Class buoy.widget.BFileChooser.SelectionMode

Uses in package buoy.widget

Constructors with parameter type buoy.widget.BFileChooser.SelectionMode

Create a new BFileChooser
BFileChooser.BFileChooser(BFileChooser.SelectionMode mode, String title, File directory)
Create a new BFileChooser.

Fields of type buoy.widget.BFileChooser.SelectionMode

BFileChooser.SelectionMode
BFileChooser.SelectionMode
BFileChooser.SelectionMode

Methods with parameter type buoy.widget.BFileChooser.SelectionMode

void
Set the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).

Methods with return type buoy.widget.BFileChooser.SelectionMode

BFileChooser.SelectionMode
Get the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).

Written by Peter Eastman.