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. |