java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
javax.swing.plaf.basic.BasicFileChooserUI
- 直系の既知のサブクラス:
- MetalFileChooserUI
public class BasicFileChooserUI extends FileChooserUI
FileChooserの基本L&F実装です。
- 
ネストされたクラスのサマリーネストされたクラス 修飾子と型 クラス 説明 protected classBasicFileChooserUI.AcceptAllFileFilterすべてのファイル・フィルタを受け入れます。protected classBasicFileChooserUI.ApproveSelectionActionOpen要求またはSave要求にこたえます。protected classBasicFileChooserUI.BasicFileView基本的なファイル・ビュー。protected classBasicFileChooserUI.CancelSelectionAction取消しの要求にこたえます。protected classBasicFileChooserUI.ChangeToParentDirectoryAction親ディレクトリ操作に変更します。protected classBasicFileChooserUI.DoubleClickListenerダブルクリック・リスナー。protected classBasicFileChooserUI.GoHomeActionHomeキー・イベントまたは同等のイベントに従って処理を行います。protected classBasicFileChooserUI.NewFolderAction新しいフォルダを作成します。protected classBasicFileChooserUI.SelectionListener選択リスナー。protected classBasicFileChooserUI.UpdateAction現在のディレクトリでファイルを走査し直します。
- 
フィールドのサマリーフィールド 修飾子と型 フィールド 説明 protected intcancelButtonMnemonic取消ボタン・ニーモニックprotected StringcancelButtonText取消ボタン・テキストprotected StringcancelButtonToolTipText取消ボタン・ツール・ヒント・テキストprotected IconcomputerIconコンピュータ・アイコンprotected IcondetailsViewIcon詳細表示アイコンprotected IcondirectoryIconディレクトリ・アイコンprotected intdirectoryOpenButtonMnemonicディレクトリが選択され、現在の選択モードがFILES_ONLYである場合、同意ボタンで使用されるニーモニック・キーコードです。protected StringdirectoryOpenButtonTextディレクトリが選択され、現在の選択モードがFILES_ONLYである場合、同意ボタン上に表示されるラベル・テキストです。protected StringdirectoryOpenButtonToolTipTextディレクトリが選択され、現在の選択モードがFILES_ONLYである場合、同意ボタン上に表示されるツールヒント・テキストです。protected IconfileIconファイル・アイコンprotected IconfloppyDriveIconフロッピ・ドライブ・アイコンprotected IconhardDriveIconハード・ドライブ・アイコンprotected inthelpButtonMnemonicヘルプ・ボタン・ニーモニックprotected StringhelpButtonTextヘルプ・ボタン・テキストprotected StringhelpButtonToolTipTextヘルプ・ボタンのツール・ヒント・テキストprotected IconhomeFolderIconホーム・フォルダ・アイコンprotected IconlistViewIconアイコンprotected IconnewFolderIcon「新規フォルダ」アイコンprotected intopenButtonMnemonic開くボタン・ニーモニックprotected StringopenButtonText開くボタン・テキストprotected StringopenButtonToolTipText開くボタン・ツール・ヒント・テキストprotected intsaveButtonMnemonic保存ボタン・ニーモニックprotected StringsaveButtonText保存ボタン・テキストprotected StringsaveButtonToolTipText保存ボタン・ツール・ヒント・テキストprotected intupdateButtonMnemonic更新ボタン・ニーモニックprotected StringupdateButtonText更新ボタン・テキストprotected StringupdateButtonToolTipTextツールチップ・ヒント・ボタンの更新ボタンprotected IconupFolderIcon上のフォルダ・アイコンprotected IconviewMenuIcon表示メニュー・アイコン
- 
コンストラクタのサマリーコンストラクタ コンストラクタ 説明 BasicFileChooserUI(JFileChooser b)BasicFileChooserUIを構築します。
- 
メソッドのサマリー修飾子と型 メソッド 説明 voidclearIconCache()アイコン・キャッシュをクリアします。protected MouseListenercreateDoubleClickListener(JFileChooser fc, JList<?> list)ダブルクリック・リスナーを作成します。ListSelectionListenercreateListSelectionListener(JFileChooser fc)リスト選択リスナーを作成します。protected voidcreateModel()モデルを作成します。PropertyChangeListenercreatePropertyChangeListener(JFileChooser fc)プロパティ変更リスナーを作成します。static ComponentUIcreateUI(JComponent c)指定されたコンポーネントのBasicFileChooserUIの実装を作成します。FileFiltergetAcceptAllFileFilter(JFileChooser fc)デフォルトで認められるすべてのファイル・フィルタを返します。JPanelgetAccessoryPanel()アクセサリ・パネルを返します。protected JButtongetApproveButton(JFileChooser fc)承認ボタンを返します。intgetApproveButtonMnemonic(JFileChooser fc)承認ボタン・ニーモニックを返します。StringgetApproveButtonToolTipText(JFileChooser fc)承認ボタンのツールチップを返します。ActiongetApproveSelectionAction()選択承認アクションを返します。ActiongetCancelSelectionAction()取消選択アクションを返します。ActiongetChangeToParentDirectoryAction()親ディレクトリへの変更を返します。StringgetDialogTitle(JFileChooser fc)このダイアログのタイトルを返します。protected FilegetDirectory()現在、UIで選択されているディレクトリを記憶するためのプロパティです。StringgetDirectoryName()ディレクトリ名を返します。JFileChoosergetFileChooser()ファイル・チューザを返します。StringgetFileName()ファイル名を返します。ActiongetGoHomeAction()go homeアクションを返します。BasicDirectoryModelgetModel()モデルを返します。ActiongetNewFolderAction()新しいフォルダ・アクションを返します。ActiongetUpdateAction()更新アクションを返します。voidinstallComponents(JFileChooser fc)コンポーネントをインストールします。protected voidinstallDefaults(JFileChooser fc)デフォルトをインストールします。protected voidinstallIcons(JFileChooser fc)アイコンをインストールします。protected voidinstallListeners(JFileChooser fc)リスナーをインストールします。protected voidinstallStrings(JFileChooser fc)文字列をインストールします。voidinstallUI(JComponent c)UIをインストールします。protected booleanisDirectorySelected()現在ディレクトリがUIで選択されているかどうかを記憶するためのプロパティです。protected voidsetDirectory(File f)現在、UIで選択されているディレクトリを記憶するためのプロパティです。voidsetDirectoryName(String dirname)ディレクトリ名を設定します。protected voidsetDirectorySelected(boolean b)現在ディレクトリがUIで選択されているかどうかを記憶するためのプロパティです。voidsetFileName(String filename)ファイル名を設定します。voiduninstallComponents(JFileChooser fc)コンポーネントをアンインストールします。protected voiduninstallDefaults(JFileChooser fc)デフォルトをアンインストールします。protected voiduninstallIcons(JFileChooser fc)アイコンをアンインストールします。protected voiduninstallListeners(JFileChooser fc)リスナーをアンインストールします。protected voiduninstallStrings(JFileChooser fc)文字列をアンインストールします。voiduninstallUI(JComponent c)UIをアンインストールします。クラス javax.swing.plaf.FileChooserUIで宣言されたメソッドensureFileIsVisible, getApproveButtonText, getDefaultButton, getFileView, rescanCurrentDirectoryクラス javax.swing.plaf.ComponentUIで宣言されたメソッドcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, paint, update
- 
フィールド詳細- 
directoryIconprotected Icon directoryIconディレクトリ・アイコン
- 
fileIconprotected Icon fileIconファイル・アイコン
- 
computerIconprotected Icon computerIconコンピュータ・アイコン
- 
hardDriveIconprotected Icon hardDriveIconハード・ドライブ・アイコン
- 
floppyDriveIconprotected Icon floppyDriveIconフロッピ・ドライブ・アイコン
- 
newFolderIconprotected Icon newFolderIcon「新規フォルダ」アイコン
- 
upFolderIconprotected Icon upFolderIcon上のフォルダ・アイコン
- 
homeFolderIconprotected Icon homeFolderIconホーム・フォルダ・アイコン
- 
listViewIconprotected Icon listViewIconアイコン
- 
detailsViewIconprotected Icon detailsViewIcon詳細表示アイコン
- 
viewMenuIconprotected Icon viewMenuIcon表示メニュー・アイコン
- 
saveButtonMnemonicprotected int saveButtonMnemonic保存ボタン・ニーモニック
- 
openButtonMnemonicprotected int openButtonMnemonic開くボタン・ニーモニック
- 
cancelButtonMnemonicprotected int cancelButtonMnemonic取消ボタン・ニーモニック
- 
updateButtonMnemonicprotected int updateButtonMnemonic更新ボタン・ニーモニック
- 
helpButtonMnemonicprotected int helpButtonMnemonicヘルプ・ボタン・ニーモニック
- 
directoryOpenButtonMnemonicprotected int directoryOpenButtonMnemonicディレクトリが選択され、現在の選択モードがFILES_ONLYである場合、同意ボタンで使用されるニーモニック・キーコードです。- 導入されたバージョン:
- 1.4
 
- 
saveButtonTextprotected String saveButtonText保存ボタン・テキスト
- 
openButtonTextprotected String openButtonText開くボタン・テキスト
- 
cancelButtonTextprotected String cancelButtonText取消ボタン・テキスト
- 
updateButtonTextprotected String updateButtonText更新ボタン・テキスト
- 
helpButtonTextprotected String helpButtonTextヘルプ・ボタン・テキスト
- 
directoryOpenButtonTextprotected String directoryOpenButtonTextディレクトリが選択され、現在の選択モードがFILES_ONLYである場合、同意ボタン上に表示されるラベル・テキストです。- 導入されたバージョン:
- 1.4
 
- 
saveButtonToolTipTextprotected String saveButtonToolTipText保存ボタン・ツール・ヒント・テキスト
- 
openButtonToolTipTextprotected String openButtonToolTipText開くボタン・ツール・ヒント・テキスト
- 
cancelButtonToolTipTextprotected String cancelButtonToolTipText取消ボタン・ツール・ヒント・テキスト
- 
updateButtonToolTipTextprotected String updateButtonToolTipTextツールチップ・ヒント・ボタンの更新ボタン
- 
helpButtonToolTipTextprotected String helpButtonToolTipTextヘルプ・ボタンのツール・ヒント・テキスト
- 
directoryOpenButtonToolTipTextprotected String directoryOpenButtonToolTipTextディレクトリが選択され、現在の選択モードがFILES_ONLYである場合、同意ボタン上に表示されるツールヒント・テキストです。- 導入されたバージョン:
- 1.4
 
 
- 
- 
コンストラクタの詳細- 
BasicFileChooserUIpublic BasicFileChooserUI(JFileChooser b)BasicFileChooserUIを構築します。- パラメータ:
- b- ファイル・チューザ
 
 
- 
- 
メソッドの詳細- 
createUIpublic static ComponentUI createUI(JComponent c)指定されたコンポーネントのBasicFileChooserUIの実装を作成します。 デフォルトではBasicLookAndFeelクラスはすべての基本UIクラスのcreateUIメソッドを使用してUIをインスタンス化します。- パラメータ:
- c- UIを必要とする- JFileChooser
- 戻り値:
- BasicFileChooserUIオブジェクト
- 導入されたバージョン:
- 1.7
- 関連項目:
- UIDefaults.getUI(JComponent)
 
- 
installUIpublic void installUI(JComponent c)UIをインストールします。- オーバーライド:
- installUI、クラス:- ComponentUI
- パラメータ:
- c- コンポーネント
- 関連項目:
- ComponentUI.uninstallUI(javax.swing.JComponent),- JComponent.setUI(javax.swing.plaf.ComponentUI),- JComponent.updateUI()
 
- 
uninstallUIpublic void uninstallUI(JComponent c)UIをアンインストールします。- オーバーライド:
- uninstallUI、クラス:- ComponentUI
- パラメータ:
- c- コンポーネント
- 関連項目:
- ComponentUI.installUI(javax.swing.JComponent),- JComponent.updateUI()
 
- 
installComponentspublic void installComponents(JFileChooser fc)コンポーネントをインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
uninstallComponentspublic void uninstallComponents(JFileChooser fc)コンポーネントをアンインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
installListenersprotected void installListeners(JFileChooser fc)リスナーをインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
uninstallListenersprotected void uninstallListeners(JFileChooser fc)リスナーをアンインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
installDefaultsprotected void installDefaults(JFileChooser fc)デフォルトをインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
installIconsprotected void installIcons(JFileChooser fc)アイコンをインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
installStringsprotected void installStrings(JFileChooser fc)文字列をインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
uninstallDefaultsprotected void uninstallDefaults(JFileChooser fc)デフォルトをアンインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
uninstallIconsprotected void uninstallIcons(JFileChooser fc)アイコンをアンインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
uninstallStringsprotected void uninstallStrings(JFileChooser fc)文字列をアンインストールします。- パラメータ:
- fc- ファイル・セレクタ
 
- 
createModelprotected void createModel()モデルを作成します。
- 
getModelpublic BasicDirectoryModel getModel()モデルを返します。- 戻り値:
- モデル
 
- 
createPropertyChangeListenerpublic PropertyChangeListener createPropertyChangeListener(JFileChooser fc)プロパティ変更リスナーを作成します。- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- プロパティ変更リスナー
 
- 
getFileNamepublic String getFileName()ファイル名を返します。- 戻り値:
- ファイル名
 
- 
getDirectoryNamepublic String getDirectoryName()ディレクトリ名を返します。- 戻り値:
- ディレクトリ名
 
- 
setFileNamepublic void setFileName(String filename)ファイル名を設定します。- パラメータ:
- filename- ファイル名
 
- 
setDirectoryNamepublic void setDirectoryName(String dirname)ディレクトリ名を設定します。- パラメータ:
- dirname- ファイル名
 
- 
getFileChooserpublic JFileChooser getFileChooser()ファイル・チューザを返します。- 戻り値:
- ファイル・セレクタ
 
- 
getAccessoryPanelpublic JPanel getAccessoryPanel()アクセサリ・パネルを返します。- 戻り値:
- アクセサリ・パネル
 
- 
getApproveButtonprotected JButton getApproveButton(JFileChooser fc)承認ボタンを返します。- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- 承認ボタン
 
- 
getApproveButtonToolTipTextpublic String getApproveButtonToolTipText(JFileChooser fc)承認ボタンのツールチップを返します。- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- 承認ボタンのツールチップ
 
- 
clearIconCachepublic void clearIconCache()アイコン・キャッシュをクリアします。
- 
createDoubleClickListenerprotected MouseListener createDoubleClickListener(JFileChooser fc, JList<?> list)ダブルクリック・リスナーを作成します。- パラメータ:
- fc- ファイル・セレクタ
- list- リスト
- 戻り値:
- ダブル・クリック・リスナー
 
- 
createListSelectionListenerpublic ListSelectionListener createListSelectionListener(JFileChooser fc)リスト選択リスナーを作成します。- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- リスト選択リスナー
 
- 
isDirectorySelectedprotected boolean isDirectorySelected()現在ディレクトリがUIで選択されているかどうかを記憶するためのプロパティです。- 戻り値:
- trueディレクトリが現在選択されている場合
- 導入されたバージョン:
- 1.4
 
- 
setDirectorySelectedprotected void setDirectorySelected(boolean b)現在ディレクトリがUIで選択されているかどうかを記憶するためのプロパティです。 通常、選択イベントでUIにより呼び出されます。- パラメータ:
- b- ディレクトリが現在選択されている場合
- 導入されたバージョン:
- 1.4
 
- 
getDirectoryprotected File getDirectory()現在、UIで選択されているディレクトリを記憶するためのプロパティです。- 戻り値:
- directoryプロパティの値
- 導入されたバージョン:
- 1.4
- 関連項目:
- setDirectory(java.io.File)
 
- 
setDirectoryprotected void setDirectory(File f)現在、UIで選択されているディレクトリを記憶するためのプロパティです。 通常、選択イベントでUIにより呼び出されます。- パラメータ:
- f- 現在選択されているディレクトリを表す- Fileオブジェクト
- 導入されたバージョン:
- 1.4
 
- 
getAcceptAllFileFilterpublic FileFilter getAcceptAllFileFilter(JFileChooser fc)デフォルトで認められるすべてのファイル・フィルタを返します。- 定義:
- getAcceptAllFileFilter、クラス:- FileChooserUI
- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- 受け入れ可能なすべてのファイル・フィルタ
 
- 
getDialogTitlepublic String getDialogTitle(JFileChooser fc)このダイアログのタイトルを返します。- 定義:
- getDialogTitle、クラス:- FileChooserUI
- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- このダイアログのタイトル
 
- 
getApproveButtonMnemonicpublic int getApproveButtonMnemonic(JFileChooser fc)承認ボタン・ニーモニックを返します。- パラメータ:
- fc- ファイル・セレクタ
- 戻り値:
- 承認ボタン・ニーモニック
 
- 
getNewFolderActionpublic Action getNewFolderAction()新しいフォルダ・アクションを返します。- 戻り値:
- 新しいフォルダ・アクション
 
- 
getGoHomeActionpublic Action getGoHomeAction()go homeアクションを返します。- 戻り値:
- 家へ帰る
 
- 
getChangeToParentDirectoryActionpublic Action getChangeToParentDirectoryAction()親ディレクトリへの変更を返します。- 戻り値:
- 親ディレクトリ・アクションへの変更
 
- 
getApproveSelectionActionpublic Action getApproveSelectionAction()選択承認アクションを返します。- 戻り値:
- 承認選択アクション
 
- 
getCancelSelectionActionpublic Action getCancelSelectionAction()取消選択アクションを返します。- 戻り値:
- 取消選択アクション
 
- 
getUpdateActionpublic Action getUpdateAction()更新アクションを返します。- 戻り値:
- 更新アクション
 
 
-