软件包 | 描述 |
---|---|
javax.swing.plaf |
提供一个接口和抽象类的使用许多摆动为可插拔的外观和感觉的能力。
|
javax.swing.plaf.basic |
根据基本的外观和感觉提供内置的用户界面对象。
|
javax.swing.plaf.metal |
提供用户界面对象建立根据java的外观和感觉(一次代号为金属),它是默认的外观和感觉。
|
javax.swing.plaf.multi |
提供结合两个或多个外观和感觉的用户界面对象。
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
JFileChooser |
BasicFileChooserUI.getFileChooser() |
Modifier and Type | Method and Description |
---|---|
protected MouseListener |
BasicFileChooserUI.createDoubleClickListener(JFileChooser fc, JList list) |
ListSelectionListener |
BasicFileChooserUI.createListSelectionListener(JFileChooser fc) |
PropertyChangeListener |
BasicFileChooserUI.createPropertyChangeListener(JFileChooser fc) |
void |
BasicFileChooserUI.ensureFileIsVisible(JFileChooser fc, File f) |
FileFilter |
BasicFileChooserUI.getAcceptAllFileFilter(JFileChooser fc)
返回默认的接受所有文件过滤器
|
protected JButton |
BasicFileChooserUI.getApproveButton(JFileChooser fc) |
int |
BasicFileChooserUI.getApproveButtonMnemonic(JFileChooser fc) |
String |
BasicFileChooserUI.getApproveButtonText(JFileChooser fc) |
String |
BasicFileChooserUI.getApproveButtonToolTipText(JFileChooser fc) |
JButton |
BasicFileChooserUI.getDefaultButton(JFileChooser fc) |
String |
BasicFileChooserUI.getDialogTitle(JFileChooser fc)
返回此对话框的标题
|
FileView |
BasicFileChooserUI.getFileView(JFileChooser fc) |
void |
BasicFileChooserUI.installComponents(JFileChooser fc) |
protected void |
BasicFileChooserUI.installDefaults(JFileChooser fc) |
protected void |
BasicFileChooserUI.installIcons(JFileChooser fc) |
protected void |
BasicFileChooserUI.installListeners(JFileChooser fc) |
protected void |
BasicFileChooserUI.installStrings(JFileChooser fc) |
void |
BasicFileChooserUI.rescanCurrentDirectory(JFileChooser fc) |
void |
BasicFileChooserUI.uninstallComponents(JFileChooser fc) |
protected void |
BasicFileChooserUI.uninstallDefaults(JFileChooser fc) |
protected void |
BasicFileChooserUI.uninstallIcons(JFileChooser fc) |
protected void |
BasicFileChooserUI.uninstallListeners(JFileChooser fc) |
protected void |
BasicFileChooserUI.uninstallStrings(JFileChooser fc) |
Constructor and Description |
---|
BasicDirectoryModel(JFileChooser filechooser) |
BasicFileChooserUI(JFileChooser b) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
MetalFileChooserUI(JFileChooser filechooser) |
Modifier and Type | Method and Description |
---|---|
void |
MultiFileChooserUI.ensureFileIsVisible(JFileChooser a, File b)
调用该对象的每个UI处理
ensureFileIsVisible 方法。
|
FileFilter |
MultiFileChooserUI.getAcceptAllFileFilter(JFileChooser a)
getAcceptAllFileFilter 方法调用每个UI处理该对象。
|
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 方法。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.