apollo
Class SecureFileChooser

java.lang.Object
  |
  +--apollo.SecureFileChooser

public class SecureFileChooser
extends java.lang.Object


Field Summary
static int CANCEL
           
static int OK
           
 
Constructor Summary
SecureFileChooser()
           
 
Method Summary
 FileContents getFileContents()
           
 FileContents[] getMultiFileContents()
           
 int showOpenDialog()
           
 int showSaveAsDialog(FileContents contents)
           
 int showSaveDialog(java.io.InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

OK

public static final int OK
See Also:
Constant Field Values
Constructor Detail

SecureFileChooser

public SecureFileChooser()
Method Detail

getFileContents

public FileContents getFileContents()

getMultiFileContents

public FileContents[] getMultiFileContents()

showOpenDialog

public int showOpenDialog()
                   throws java.io.IOException
java.io.IOException

showSaveAsDialog

public int showSaveAsDialog(FileContents contents)
                     throws java.io.IOException
java.io.IOException

showSaveDialog

public int showSaveDialog(java.io.InputStream stream)
                   throws java.io.IOException
java.io.IOException


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