apollo.jnlp
Class JnlpFileSaveService

java.lang.Object
  |
  +--apollo.jnlp.JnlpFileSaveService
All Implemented Interfaces:
FileSaveService

public class JnlpFileSaveService
extends java.lang.Object
implements FileSaveService


Constructor Summary
JnlpFileSaveService(javax.jnlp.FileSaveService delegate)
           
 
Method Summary
 FileContents saveAsFileDialog(java.lang.String pathHint, java.lang.String[] exts, FileContents contentsWrapper)
           
 FileContents saveFileDialog(java.lang.String pathHint, java.lang.String[] exts, java.io.InputStream stream, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JnlpFileSaveService

public JnlpFileSaveService(javax.jnlp.FileSaveService delegate)
Method Detail

saveAsFileDialog

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

saveFileDialog

public FileContents saveFileDialog(java.lang.String pathHint,
                                   java.lang.String[] exts,
                                   java.io.InputStream stream,
                                   java.lang.String name)
                            throws java.io.IOException
Specified by:
saveFileDialog in interface FileSaveService
java.io.IOException


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