apollo.jnlp
Class JnlpFileOpenService

java.lang.Object
  |
  +--apollo.jnlp.JnlpFileOpenService
All Implemented Interfaces:
FileOpenService

public class JnlpFileOpenService
extends java.lang.Object
implements FileOpenService


Constructor Summary
JnlpFileOpenService(javax.jnlp.FileOpenService delegate)
           
 
Method Summary
 FileContents openFileDialog(java.lang.String pathHint, java.lang.String[] exts)
           
 FileContents[] openMultiFileDialog(java.lang.String pathHint, java.lang.String[] exts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpFileOpenService

public JnlpFileOpenService(javax.jnlp.FileOpenService delegate)
Method Detail

openFileDialog

public FileContents openFileDialog(java.lang.String pathHint,
                                   java.lang.String[] exts)
                            throws java.io.IOException
Specified by:
openFileDialog in interface FileOpenService
java.io.IOException

openMultiFileDialog

public FileContents[] openMultiFileDialog(java.lang.String pathHint,
                                          java.lang.String[] exts)
                                   throws java.io.IOException
Specified by:
openMultiFileDialog in interface FileOpenService
java.io.IOException


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