CommonFileChooser

javax.swing. JFileChooser
-uiClassID :String
+OPEN_DIALOG :int
+SAVE_DIALOG :int
+CUSTOM_DIALOG :int
+CANCEL_OPTION :int
+APPROVE_OPTION :int
+ERROR_OPTION :int
+FILES_ONLY :int
+DIRECTORIES_ONLY :int
+FILES_AND_DIRECTORIES :int
+CANCEL_SELECTION :String
+APPROVE_SELECTION :String
+APPROVE_BUTTON_TEXT_CHANGED_PROPERTY :String
+APPROVE_BUTTON_TOOL_TIP_TEXT_CHANGED_PROPERTY :String
+APPROVE_BUTTON_MNEMONIC_CHANGED_PROPERTY :String
+DIRECTORY_CHANGED_PROPERTY :String
+SELECTED_FILE_CHANGED_PROPERTY :String
+SELECTED_FILES_CHANGED_PROPERTY :String
+MULTI_SELECTION_ENABLED_CHANGED_PROPERTY :String
+FILE_SYSTEM_VIEW_CHANGED_PROPERTY :String
+FILE_VIEW_CHANGED_PROPERTY :String
+FILE_HIDING_CHANGED_PROPERTY :String
+FILE_FILTER_CHANGED_PROPERTY :String
+FILE_SELECTION_MODE_CHANGED_PROPERTY :String
+ACCESSORY_CHANGED_PROPERTY :String
-ACCEPT_ALL_FILE_FILTER_USED_CHANGED_PROPERTY :String
+DIALOG_TITLE_CHANGED_PROPERTY :String
+DIALOG_TYPE_CHANGED_PROPERTY :String
+CHOOSABLE_FILE_FILTER_CHANGED_PROPERTY :String
-dialogTitle :String
-approveButtonText :String
-approveButtonToolTipText :String
-approveButtonMnemonic :int
-actionListener :ActionListener
-filters :Vector
-dialog :JDialog
-dialogType :int
-returnValue :int
-accessory :JComponent
-fileView :FileView
-uiFileView :FileView
-useFileHiding :boolean
-fileSelectionMode :int
-multiSelectionEnabled :boolean
-useAcceptAllFileFilter :boolean
-fileFilter :FileFilter
-fileSystemView :FileSystemView
-currentDirectory :File
-selectedFile :File
-selectedFiles :File
#accessibleContext :AccessibleContext
+JFileChooser()
+JFileChooser(File)
+JFileChooser(File, FileSystemView)
+JFileChooser(String)
+JFileChooser(String, FileSystemView)
+JFileChooser(FileSystemView)
+accept(File ) :boolean
+addActionListener(ActionListener ) :void
+addChoosableFileFilter(FileFilter ) :void
+approveSelection() :void
+cancelSelection() :void
+changeToParentDirectory() :void
+ensureFileIsVisible(File ) :void
#fireActionPerformed(String ) :void
+getAcceptAllFileFilter() :FileFilter
+getAccessibleContext() :AccessibleContext
+getAccessory() :JComponent
+getApproveButtonMnemonic() :int
+getApproveButtonText() :String
+getApproveButtonToolTipText() :String
+getChoosableFileFilters() :FileFilter
+getCurrentDirectory() :File
+getDescription(File ) :String
+getDialogTitle() :String
+getDialogType() :int
+getFileFilter() :FileFilter
+getFileSelectionMode() :int
+getFileSystemView() :FileSystemView
+getFileView() :FileView
+getIcon(File ) :Icon
+getName(File ) :String
+getSelectedFile() :File
+getSelectedFiles() :File
+getTypeDescription(File ) :String
+getUI() :FileChooserUI
+getUIClassID() :String
-isAcceptAllFileFilterUsed() :boolean
+isDirectorySelectionEnabled() :boolean
+isFileHidingEnabled() :boolean
+isFileSelectionEnabled() :boolean
+isMultiSelectionEnabled() :boolean
+isTraversable(File ) :boolean
#paramString() :String
+removeActionListener(ActionListener ) :void
+removeChoosableFileFilter(FileFilter ) :boolean
+rescanCurrentDirectory() :void
+resetChoosableFileFilters() :void
-setAcceptAllFileFilterUsed(boolean ) :void
+setAccessory(JComponent ) :void
+setApproveButtonMnemonic(char ) :void
+setApproveButtonMnemonic(int ) :void
+setApproveButtonText(String ) :void
+setApproveButtonToolTipText(String ) :void
+setCurrentDirectory(File ) :void
+setDialogTitle(String ) :void
+setDialogType(int ) :void
+setFileFilter(FileFilter ) :void
+setFileHidingEnabled(boolean ) :void
+setFileSelectionMode(int ) :void
+setFileSystemView(FileSystemView ) :void
+setFileView(FileView ) :void
+setMultiSelectionEnabled(boolean ) :void
+setSelectedFile(File ) :void
+setSelectedFiles(File ) :void
#setup(FileSystemView ) :void
+showDialog(Component , String ) :int
+showOpenDialog(Component ) :int
+showSaveDialog(Component ) :int
+updateUI() :void
-writeObject(ObjectOutputStream ) :void
net.aerith.misao.gui.dialog. CommonFileChooser
-current_directory :File
+CommonFileChooser()
+showDialog(Component parent, String approveButtonText) :int
net.aerith.misao.gui.dialog. ImageFileChooser
#ImageFileChooser()
+getSelectedFileFormat() :Format