@SuppressWarnings("unchecked")
protected Binding doBind(JComponent control, FormModel formModel,
String formPropertyPath, Map context)
{
final FileChooser chooser = (FileChooser) control;
if (useFile)
{
return new FileChooserBinding(formModel, formPropertyPath,
java.io.File.class, chooser, mode, this.useFile);
}