apollo
Interface FileOpenService

All Known Implementing Classes:
DevFileOpenService, JnlpFileOpenService

public interface FileOpenService


Method Summary
 FileContents openFileDialog(java.lang.String pathHint, java.lang.String[] exts)
           
 FileContents[] openMultiFileDialog(java.lang.String pathHint, java.lang.String[] exts)
           
 

Method Detail

openFileDialog

public FileContents openFileDialog(java.lang.String pathHint,
                                   java.lang.String[] exts)
                            throws java.io.IOException
java.io.IOException

openMultiFileDialog

public FileContents[] openMultiFileDialog(java.lang.String pathHint,
                                          java.lang.String[] exts)
                                   throws java.io.IOException
java.io.IOException


Copyright © 2001, 2002, 2003 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo