apollo.dev
Class DevFileSaveService

java.lang.Object
  |
  +--apollo.dev.DevFileSaveService
All Implemented Interfaces:
FileSaveService

public class DevFileSaveService
extends java.lang.Object
implements FileSaveService


Constructor Summary
DevFileSaveService()
           
 
Method Summary
 FileContents saveAsFileDialog(java.lang.String pathHint, java.lang.String[] exts, FileContents contents)
           
 FileContents saveFileDialog(java.lang.String pathHint, java.lang.String[] exts, java.io.InputStream in, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevFileSaveService

public DevFileSaveService()
Method Detail

saveAsFileDialog

public FileContents saveAsFileDialog(java.lang.String pathHint,
                                     java.lang.String[] exts,
                                     FileContents contents)
                              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 in,
                                   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