Uses of Class
ca.bc.webarts.widgets.ExampleFileFilter

Packages that use ExampleFileFilter
ca.bc.webarts.widgets   
 

Uses of ExampleFileFilter in ca.bc.webarts.widgets
 

Methods in ca.bc.webarts.widgets with parameters of type ExampleFileFilter
static java.lang.String Util.chooseAFilename(java.awt.Component parent, java.lang.String startPath, ExampleFileFilter[] filters, boolean filesAndDirs)
          Encapsulates the showing of the FileChooser dialog and returns a String representing the absolute path.
static java.lang.String Util.chooseAFilename(java.awt.Component parent, java.lang.String startPath, ExampleFileFilter[] filters, boolean filesAndDirs, short openOrClose)
          Encapsulates the showing of the FileChooser dialog and returns a String representing the absolute path.