| Package | Description |
|---|---|
| buoy.widget |
| Modifier and Type | Field and Description |
|---|---|
static BFileChooser.SelectionMode |
BFileChooser.OPEN_FILE |
static BFileChooser.SelectionMode |
BFileChooser.SAVE_FILE |
static BFileChooser.SelectionMode |
BFileChooser.SELECT_FOLDER |
| Modifier and Type | Method and Description |
|---|---|
BFileChooser.SelectionMode |
BFileChooser.getMode()
Get the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BFileChooser.setMode(BFileChooser.SelectionMode mode)
Set the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).
|
| Constructor and Description |
|---|
BFileChooser(BFileChooser.SelectionMode mode,
java.lang.String title)
Create a new BFileChooser
|
BFileChooser(BFileChooser.SelectionMode mode,
java.lang.String title,
java.io.File directory)
Create a new BFileChooser.
|
Written by Peter Eastman.