de.grogra.pf.ui
Class FileChooserResult

java.lang.Object
  extended by de.grogra.pf.ui.FileChooserResult

public final class FileChooserResult
extends java.lang.Object


Field Summary
 java.io.File file
           
 javax.swing.filechooser.FileFilter filter
           
 
Constructor Summary
FileChooserResult()
           
 
Method Summary
 FileSource createFileSource(Registry reg, ModifiableMap map)
           
 MimeType getMimeType()
           
 FileChooserResult validate(boolean mustExist, int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public java.io.File file

filter

public javax.swing.filechooser.FileFilter filter
Constructor Detail

FileChooserResult

public FileChooserResult()
Method Detail

createFileSource

public FileSource createFileSource(Registry reg,
                                   ModifiableMap map)

getMimeType

public MimeType getMimeType()

validate

public FileChooserResult validate(boolean mustExist,
                                  int type)