org.springframework.richclient.filechooser
Class FileChooserUtils

java.lang.Object
  extended by org.springframework.richclient.filechooser.FileChooserUtils

public class FileChooserUtils
extends Object

Utility functions for file choosers. Designed to be used by a single event dispatching thread.

Author:
Keith Donald

Method Summary
static File showFileChooser(Component parent, String defaultExtension, String approveButtonName, String fileTypeDescription)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showFileChooser

public static File showFileChooser(Component parent,
                                   String defaultExtension,
                                   String approveButtonName,
                                   String fileTypeDescription)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.