Serialized Form

Class javax.swing.JFileChooser implements Serializable

Serialization Methods

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.
Serialized Fields

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

accessory

javax.swing.JComponent accessory

actionListener

java.awt.event.ActionListener actionListener

approveButtonMnemonic

int approveButtonMnemonic

approveButtonText

java.lang.String approveButtonText

approveButtonToolTipText

java.lang.String approveButtonToolTipText

currentDirectory

java.io.File currentDirectory

dialog

javax.swing.JDialog dialog

dialogTitle

java.lang.String dialogTitle

dialogType

int dialogType

fileFilter

javax.swing.filechooser.FileFilter fileFilter

fileSelectionMode

int fileSelectionMode

fileSystemView

javax.swing.filechooser.FileSystemView fileSystemView

fileView

javax.swing.filechooser.FileView fileView

filters

java.util.Vector filters

multiSelectionEnabled

boolean multiSelectionEnabled

returnValue

int returnValue

selectedFile

java.io.File selectedFile

selectedFiles

java.io.File[] selectedFiles

uiFileView

javax.swing.filechooser.FileView uiFileView

useFileHiding

boolean useFileHiding