パッケージ | 説明 |
---|---|
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, 2014, Oracle and/or its affiliates. All rights reserved.