Uses of Class
buoy.widget.BFileChooser.SelectionMode

Packages that use BFileChooser.SelectionMode
buoy.widget   
 

Uses of BFileChooser.SelectionMode in buoy.widget
 

Fields in buoy.widget declared as BFileChooser.SelectionMode
static BFileChooser.SelectionMode BFileChooser.OPEN_FILE
           
static BFileChooser.SelectionMode BFileChooser.SAVE_FILE
           
static BFileChooser.SelectionMode BFileChooser.SELECT_FOLDER
           
 

Methods in buoy.widget that return BFileChooser.SelectionMode
 BFileChooser.SelectionMode BFileChooser.getMode()
          Get the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).
 

Methods in buoy.widget with parameters of type BFileChooser.SelectionMode
 void BFileChooser.setMode(BFileChooser.SelectionMode mode)
          Set the select mode for this file chooser (OPEN_FILE, SAVE_FILE, or SELECT_FOLDER).
 

Constructors in buoy.widget with parameters of type BFileChooser.SelectionMode
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.