Uses of Class
javax.swing.JFileChooser
-
Packages that use JFileChooser 软件包 描述 javax.swing.plaf 提供一个接口和许多抽象类,Swing使用它们来提供其可插入的外观功能。javax.swing.plaf.basic 提供根据Basic外观构建的用户界面对象。javax.swing.plaf.metal 提供根据Java外观(曾代号为 Metal )构建的用户界面对象,这是默认的外观。javax.swing.plaf.multi 提供组合两种或多种外观的用户界面对象。 -
-
Uses of JFileChooser in javax.swing.plaf
Methods in javax.swing.plaf with parameters of type JFileChooser 变量和类型 方法 描述 abstract voidFileChooserUI. ensureFileIsVisible(JFileChooser fc, File f)确保有问题的文件可见。abstract FileFilterFileChooserUI. getAcceptAllFileFilter(JFileChooser fc)返回一个accept-all文件过滤器。abstract StringFileChooserUI. getApproveButtonText(JFileChooser fc)返回批准按钮文本。JButtonFileChooserUI. getDefaultButton(JFileChooser fc)返回当前LookAndFeel默认按钮。abstract StringFileChooserUI. getDialogTitle(JFileChooser fc)返回对话框标题。abstract FileViewFileChooserUI. getFileView(JFileChooser fc)返回文件视图。abstract voidFileChooserUI. rescanCurrentDirectory(JFileChooser fc)重新扫描当前目录。 -
Uses of JFileChooser in javax.swing.plaf.basic
Methods in javax.swing.plaf.basic that return JFileChooser 变量和类型 方法 描述 JFileChooserBasicFileChooserUI. getFileChooser()返回文件选择器。Methods in javax.swing.plaf.basic with parameters of type JFileChooser 变量和类型 方法 描述 protected MouseListenerBasicFileChooserUI. createDoubleClickListener(JFileChooser fc, JList<?> list)创建双击侦听器。ListSelectionListenerBasicFileChooserUI. createListSelectionListener(JFileChooser fc)创建列表选择侦听器。PropertyChangeListenerBasicFileChooserUI. createPropertyChangeListener(JFileChooser fc)创建属性更改侦听器。FileFilterBasicFileChooserUI. getAcceptAllFileFilter(JFileChooser fc)返回默认的accept all文件过滤器protected JButtonBasicFileChooserUI. getApproveButton(JFileChooser fc)返回批准按钮。intBasicFileChooserUI. getApproveButtonMnemonic(JFileChooser fc)返回批准按钮助记符。StringBasicFileChooserUI. getApproveButtonToolTipText(JFileChooser fc)返回批准按钮工具提示。StringBasicFileChooserUI. getDialogTitle(JFileChooser fc)返回此对话框的标题voidBasicFileChooserUI. installComponents(JFileChooser fc)安装组件。protected voidBasicFileChooserUI. installDefaults(JFileChooser fc)安装默认值。protected voidBasicFileChooserUI. installIcons(JFileChooser fc)安装图标。protected voidBasicFileChooserUI. installListeners(JFileChooser fc)安装监听器。protected voidBasicFileChooserUI. installStrings(JFileChooser fc)安装字符串。voidBasicFileChooserUI. uninstallComponents(JFileChooser fc)卸载组件。protected voidBasicFileChooserUI. uninstallDefaults(JFileChooser fc)卸载默认值。protected voidBasicFileChooserUI. uninstallIcons(JFileChooser fc)卸载图标。protected voidBasicFileChooserUI. uninstallListeners(JFileChooser fc)卸载侦听器。protected voidBasicFileChooserUI. uninstallStrings(JFileChooser fc)卸载字符串。Constructors in javax.swing.plaf.basic with parameters of type JFileChooser 构造器 描述 BasicDirectoryModel(JFileChooser filechooser)构造BasicDirectoryModel的新实例。BasicFileChooserUI(JFileChooser b)构造一个BasicFileChooserUI。 -
Uses of JFileChooser in javax.swing.plaf.metal
Methods in javax.swing.plaf.metal with parameters of type JFileChooser 变量和类型 方法 描述 protected JPanelMetalFileChooserUI. createDetailsView(JFileChooser fc)构造详细信息视图。protected MetalFileChooserUI.DirectoryComboBoxModelMetalFileChooserUI. createDirectoryComboBoxModel(JFileChooser fc)为DirectoryComboBox构造DataModel的新实例。protected JPanelMetalFileChooserUI. createList(JFileChooser fc)构造详细信息视图。ListSelectionListenerMetalFileChooserUI. createListSelectionListener(JFileChooser fc)为文件和目录列表创建选择侦听器。Constructors in javax.swing.plaf.metal with parameters of type JFileChooser 构造器 描述 MetalFileChooserUI(JFileChooser filechooser)构造MetalFileChooserUI的新实例。 -
Uses of JFileChooser in javax.swing.plaf.multi
Methods in javax.swing.plaf.multi with parameters of type JFileChooser 变量和类型 方法 描述 voidMultiFileChooserUI. ensureFileIsVisible(JFileChooser a, File b)在由此对象处理的每个UI上调用ensureFileIsVisible方法。FileFilterMultiFileChooserUI. getAcceptAllFileFilter(JFileChooser a)在由此对象处理的每个UI上调用getAcceptAllFileFilter方法。StringMultiFileChooserUI. getApproveButtonText(JFileChooser a)在由此对象处理的每个UI上调用getApproveButtonText方法。StringMultiFileChooserUI. getDialogTitle(JFileChooser a)在由此对象处理的每个UI上调用getDialogTitle方法。FileViewMultiFileChooserUI. getFileView(JFileChooser a)在由此对象处理的每个UI上调用getFileView方法。voidMultiFileChooserUI. rescanCurrentDirectory(JFileChooser a)Invokes therescanCurrentDirectorymethod on each UI handled by this object.
-