public abstract class FileChooserUI extends ComponentUI
JFileChooser 用のプラグイン可能な Look & Feel インタフェースです。| コンストラクタと説明 |
|---|
FileChooserUI() |
| 修飾子と型 | メソッドと説明 |
|---|---|
abstract void |
ensureFileIsVisible(JFileChooser fc, File f) |
abstract FileFilter |
getAcceptAllFileFilter(JFileChooser fc) |
abstract String |
getApproveButtonText(JFileChooser fc) |
JButton |
getDefaultButton(JFileChooser fc)
現在の
LookAndFeel のデフォルトのボタンを返します。 |
abstract String |
getDialogTitle(JFileChooser fc) |
abstract FileView |
getFileView(JFileChooser fc) |
abstract void |
rescanCurrentDirectory(JFileChooser fc) |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, updatepublic abstract FileFilter getAcceptAllFileFilter(JFileChooser fc)
public abstract FileView getFileView(JFileChooser fc)
public abstract String getApproveButtonText(JFileChooser fc)
public abstract String getDialogTitle(JFileChooser fc)
public abstract void rescanCurrentDirectory(JFileChooser fc)
public abstract void ensureFileIsVisible(JFileChooser fc, File f)
public JButton getDefaultButton(JFileChooser fc)
LookAndFeel のデフォルトのボタンを返します。JFileChooser はこのボタンをダイアログウィンドウのデフォルトのボタンとして使用します。 バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.