パッケージ | 説明 |
---|---|
javax.swing.plaf |
Swing がプラグイン可能な Look & Feel 機能を提供するために使用する、1 つのインタフェースおよび多くの abstract クラスを提供します。
|
javax.swing.plaf.basic |
基本 Look & Feel に従って構築されたユーザーインタフェースオブジェクトを提供します。
|
javax.swing.plaf.metal |
デフォルトの Look & Feel である Java Look & Feel (以前のコード名は Metal) に従って構築されたユーザーインタフェースオブジェクトを提供します。
|
javax.swing.plaf.multi |
複数の Look & Feel を結合するユーザーインタフェースオブジェクトを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
abstract void |
FileChooserUI.ensureFileIsVisible(JFileChooser fc, File f) |
abstract FileFilter |
FileChooserUI.getAcceptAllFileFilter(JFileChooser fc) |
abstract String |
FileChooserUI.getApproveButtonText(JFileChooser fc) |
JButton |
FileChooserUI.getDefaultButton(JFileChooser fc)
現在の
LookAndFeel のデフォルトのボタンを返します。 |
abstract String |
FileChooserUI.getDialogTitle(JFileChooser fc) |
abstract FileView |
FileChooserUI.getFileView(JFileChooser fc) |
abstract void |
FileChooserUI.rescanCurrentDirectory(JFileChooser fc) |
修飾子と型 | メソッドと説明 |
---|---|
JFileChooser |
BasicFileChooserUI.getFileChooser() |
コンストラクタと説明 |
---|
BasicDirectoryModel(JFileChooser filechooser) |
BasicFileChooserUI(JFileChooser b) |
修飾子と型 | メソッドと説明 |
---|---|
protected JPanel |
MetalFileChooserUI.createDetailsView(JFileChooser fc) |
protected MetalFileChooserUI.DirectoryComboBoxModel |
MetalFileChooserUI.createDirectoryComboBoxModel(JFileChooser fc) |
protected javax.swing.plaf.metal.MetalFileChooserUI.DirectoryComboBoxRenderer |
MetalFileChooserUI.createDirectoryComboBoxRenderer(JFileChooser fc) |
protected JPanel |
MetalFileChooserUI.createList(JFileChooser fc) |
ListSelectionListener |
MetalFileChooserUI.createListSelectionListener(JFileChooser fc)
ファイルおよびディレクトリのリスト用の選択リスナーを作成します。
|
PropertyChangeListener |
MetalFileChooserUI.createPropertyChangeListener(JFileChooser fc) |
void |
MetalFileChooserUI.ensureFileIsVisible(JFileChooser fc, File f) |
protected JButton |
MetalFileChooserUI.getApproveButton(JFileChooser fc) |
void |
MetalFileChooserUI.installComponents(JFileChooser fc) |
protected void |
MetalFileChooserUI.installListeners(JFileChooser fc) |
protected void |
MetalFileChooserUI.installStrings(JFileChooser fc) |
void |
MetalFileChooserUI.rescanCurrentDirectory(JFileChooser fc) |
void |
MetalFileChooserUI.uninstallComponents(JFileChooser fc) |
コンストラクタと説明 |
---|
MetalFileChooserUI(JFileChooser filechooser) |
修飾子と型 | メソッドと説明 |
---|---|
void |
MultiFileChooserUI.ensureFileIsVisible(JFileChooser a, File b)
このオブジェクトで処理されている各 UI で
ensureFileIsVisible メソッドを呼び出します。 |
FileFilter |
MultiFileChooserUI.getAcceptAllFileFilter(JFileChooser a)
このオブジェクトで処理されている各 UI で
getAcceptAllFileFilter メソッドを呼び出します。 |
String |
MultiFileChooserUI.getApproveButtonText(JFileChooser a)
このオブジェクトで処理されている各 UI で
getApproveButtonText メソッドを呼び出します。 |
String |
MultiFileChooserUI.getDialogTitle(JFileChooser a)
このオブジェクトで処理されている各 UI で
getDialogTitle メソッドを呼び出します。 |
FileView |
MultiFileChooserUI.getFileView(JFileChooser a)
このオブジェクトで処理されている各 UI で
getFileView メソッドを呼び出します。 |
void |
MultiFileChooserUI.rescanCurrentDirectory(JFileChooser a)
このオブジェクトで処理されている各 UI で
rescanCurrentDirectory メソッドを呼び出します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.