| メソッド名(日本語) | メソッド名 | 引数 | 
| 選択可能なファイルフィルタのリストにフィルタを追加する | addChoosableFileFilter | 
 | 
| カレントディレクトリを取得する | getCurrentDirectory |  | 
| ファイルフィルタとして選択されている拡張子を取得する | getExtension |  | 
| ファイルフィルタとして選択されている拡張子のリストを取得する | getFileFilter |  | 
| ファイル選択モードを取得する | getFileSelectionMode |  | 
| ファイル選択モード(ディレクトリのみ)を取得する | getFileSelectionMode_DirectoryOnly |  | 
| ファイル選択モード(ファイルとディレクトリ)を取得する | getFileSelectionMode_FileAndDirectory |  | 
| ファイル選択モード(ファイルのみ)を取得する | getFileSelectionMode_FileOnly |  | 
| 隠しファイルの表示有無を取得する | isFileHidingEnabled |  | 
| 複数選択の有無を取得する | isMultiSelectionEnabled |  | 
| 選択可能なファイルフィルタのリストからフィルタを削除する | removeChoosableFileFilter | 
 | 
| カレントディレクトリを設定する | setCurrentDirectory | 
 | 
| カレントディレクトリを設定する | setCurrentDirectory | 
 | 
| 隠しファイル表示有無を設定する | setFileHidingEnabled | 
 | 
| ファイル選択モードを設定する | setFileSelectionMode | 
 | 
| ファイル選択モード(ディレクトリのみ)を設定する | setFileSelectionMode_DirectoryOnly |  | 
| ファイル選択モード(ファイルとディレクトリ)を設定する | setFileSelectionMode_FileAndDirectory |  | 
| ファイル選択モード(ファイルのみ)を設定する | setFileSelectionMode_FileOnly |  | 
| 複数選択の有無を設定する | setMultiSelectionEnabled | 
 | 
| 複数Open用ファイル選択ダイアログを表示する | showOpenFile | 
 | 
| 単数Open用ファイル選択ダイアログを表示する | showOpenSingleFile | 
 | 
| 複数Save用ファイル選択ダイアログを表示する | showSaveFile | 
 | 
| 単数Save用ファイル選択ダイアログを表示する | showSaveSingleFile | 
 |