java.lang.Object
javax.swing.plaf.ComponentUI
javax.swing.plaf.FileChooserUI
javax.swing.plaf.basic.BasicFileChooserUI
javax.swing.plaf.metal.MetalFileChooserUI
public class MetalFileChooserUI extends BasicFileChooserUI
Metal L&F implementation of a FileChooser.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classMetalFileChooserUI.DirectoryComboBoxActionActs when DirectoryComboBox has changed the selected item.protected classMetalFileChooserUI.DirectoryComboBoxModelData model for a type-face selection combo-box.protected classMetalFileChooserUI.FileRendererDeprecated.As of JDK version 9.protected classMetalFileChooserUI.FilterComboBoxModelData model for a type-face selection combo-box.classMetalFileChooserUI.FilterComboBoxRendererRender different type sizes and styles.protected classMetalFileChooserUI.SingleClickListenerDeprecated.As of JDK version 9.Nested classes/interfaces declared in class javax.swing.plaf.basic.BasicFileChooserUIBasicFileChooserUI.AcceptAllFileFilter, BasicFileChooserUI.ApproveSelectionAction, BasicFileChooserUI.BasicFileView, BasicFileChooserUI.CancelSelectionAction, BasicFileChooserUI.ChangeToParentDirectoryAction, BasicFileChooserUI.DoubleClickListener, BasicFileChooserUI.GoHomeAction, BasicFileChooserUI.NewFolderAction, BasicFileChooserUI.SelectionListener, BasicFileChooserUI.UpdateAction
- 
Field SummaryFields declared in class javax.swing.plaf.basic.BasicFileChooserUIcancelButtonMnemonic, cancelButtonText, cancelButtonToolTipText, computerIcon, detailsViewIcon, directoryIcon, directoryOpenButtonMnemonic, directoryOpenButtonText, directoryOpenButtonToolTipText, fileIcon, floppyDriveIcon, hardDriveIcon, helpButtonMnemonic, helpButtonText, helpButtonToolTipText, homeFolderIcon, listViewIcon, newFolderIcon, openButtonMnemonic, openButtonText, openButtonToolTipText, saveButtonMnemonic, saveButtonText, saveButtonToolTipText, updateButtonMnemonic, updateButtonText, updateButtonToolTipText, upFolderIcon, viewMenuIcon
- 
Constructor SummaryConstructors Constructor Description MetalFileChooserUI(JFileChooser filechooser)Constructs a new instance ofMetalFileChooserUI.
- 
Method SummaryModifier and Type Method Description protected voidaddControlButtons()Adds control buttons to bottom panel.protected ActionMapcreateActionMap()Constructs an instance ofActionMap.protected JPanelcreateDetailsView(JFileChooser fc)Constructs a details view.protected MetalFileChooserUI.DirectoryComboBoxModelcreateDirectoryComboBoxModel(JFileChooser fc)Constructs a new instance ofDataModelforDirectoryComboBox.protected MetalFileChooserUI.FilterComboBoxModelcreateFilterComboBoxModel()Constructs aDataModelfor typesComboBox.protected MetalFileChooserUI.FilterComboBoxRenderercreateFilterComboBoxRenderer()Constructs aRendererfor typesComboBox.protected JPanelcreateList(JFileChooser fc)Constructs a details view.ListSelectionListenercreateListSelectionListener(JFileChooser fc)Creates a selection listener for the list of files and directories.static ComponentUIcreateUI(JComponent c)Constructs a new instance ofMetalFileChooserUI.protected ActionMapgetActionMap()Returns an instance ofActionMap.protected JPanelgetBottomPanel()Returns the bottom panel.protected JPanelgetButtonPanel()Returns the button panel.StringgetDirectoryName()Returns the directory name.DimensiongetMaximumSize(JComponent c)Returns the maximum size of theJFileChooser.DimensiongetMinimumSize(JComponent c)Returns the minimum size of theJFileChooser.DimensiongetPreferredSize(JComponent c)Returns the preferred size of the specifiedJFileChooser.protected voidremoveControlButtons()Removes control buttons from bottom panel.voidsetDirectoryName(String dirname)Sets the directory name.protected voidsetDirectorySelected(boolean directorySelected)Property to remember whether a directory is currently selected in the UI.voidvalueChanged(ListSelectionEvent e)Invokes whenListSelectionEventoccurs.Methods declared in class javax.swing.plaf.basic.BasicFileChooserUIclearIconCache, createDoubleClickListener, createModel, createPropertyChangeListener, getAcceptAllFileFilter, getAccessoryPanel, getApproveButton, getApproveButtonMnemonic, getApproveButtonToolTipText, getApproveSelectionAction, getCancelSelectionAction, getChangeToParentDirectoryAction, getDialogTitle, getDirectory, getFileChooser, getFileName, getGoHomeAction, getModel, getNewFolderAction, getUpdateAction, installComponents, installDefaults, installIcons, installListeners, installStrings, installUI, isDirectorySelected, setDirectory, setFileName, uninstallComponents, uninstallDefaults, uninstallIcons, uninstallListeners, uninstallStrings, uninstallUIMethods declared in class javax.swing.plaf.FileChooserUIensureFileIsVisible, getApproveButtonText, getDefaultButton, getFileView, rescanCurrentDirectoryMethods declared in class javax.swing.plaf.ComponentUIcontains, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, paint, update
- 
Constructor Details- 
MetalFileChooserUIConstructs a new instance ofMetalFileChooserUI.- Parameters:
- filechooser- a- JFileChooser
 
 
- 
- 
Method Details- 
createUIConstructs a new instance ofMetalFileChooserUI.- Parameters:
- c- a component
- Returns:
- a new instance of MetalFileChooserUI
 
- 
getButtonPanelReturns the button panel.- Returns:
- the button panel
 
- 
getBottomPanelReturns the bottom panel.- Returns:
- the bottom panel
 
- 
getActionMapReturns an instance ofActionMap.- Returns:
- an instance of ActionMap
 
- 
createActionMapConstructs an instance ofActionMap.- Returns:
- an instance of ActionMap
 
- 
createListConstructs a details view.- Parameters:
- fc- a- JFileChooser
- Returns:
- the list
 
- 
createDetailsViewConstructs a details view.- Parameters:
- fc- a- JFileChooser
- Returns:
- the details view
 
- 
createListSelectionListenerCreates a selection listener for the list of files and directories.- Overrides:
- createListSelectionListenerin class- BasicFileChooserUI
- Parameters:
- fc- a- JFileChooser
- Returns:
- a ListSelectionListener
 
- 
getPreferredSizeReturns the preferred size of the specifiedJFileChooser. The preferred size is at least as large, in both height and width, as the preferred size recommended by the file chooser's layout manager.- Overrides:
- getPreferredSizein class- ComponentUI
- Parameters:
- c- a- JFileChooser
- Returns:
- a Dimensionspecifying the preferred width and height of the file chooser
- See Also:
- JComponent.getPreferredSize(),- LayoutManager.preferredLayoutSize(java.awt.Container)
 
- 
getMinimumSizeReturns the minimum size of theJFileChooser.- Overrides:
- getMinimumSizein class- ComponentUI
- Parameters:
- c- a- JFileChooser
- Returns:
- a Dimensionspecifying the minimum width and height of the file chooser
- See Also:
- JComponent.getMinimumSize(),- LayoutManager.minimumLayoutSize(java.awt.Container),- ComponentUI.getPreferredSize(javax.swing.JComponent)
 
- 
getMaximumSizeReturns the maximum size of theJFileChooser.- Overrides:
- getMaximumSizein class- ComponentUI
- Parameters:
- c- a- JFileChooser
- Returns:
- a Dimensionspecifying the maximum width and height of the file chooser
- See Also:
- JComponent.getMaximumSize(),- LayoutManager2.maximumLayoutSize(java.awt.Container)
 
- 
removeControlButtonsprotected void removeControlButtons()Removes control buttons from bottom panel.
- 
addControlButtonsprotected void addControlButtons()Adds control buttons to bottom panel.
- 
setDirectorySelectedprotected void setDirectorySelected(boolean directorySelected)Property to remember whether a directory is currently selected in the UI. This is normally called by the UI on a selection event.- Overrides:
- setDirectorySelectedin class- BasicFileChooserUI
- Parameters:
- directorySelected- if a directory is currently selected.
- Since:
- 1.4
 
- 
getDirectoryNameReturns the directory name.- Overrides:
- getDirectoryNamein class- BasicFileChooserUI
- Returns:
- the directory name
 
- 
setDirectoryNameSets the directory name.- Overrides:
- setDirectoryNamein class- BasicFileChooserUI
- Parameters:
- dirname- the directory name
 
- 
createDirectoryComboBoxModelConstructs a new instance ofDataModelforDirectoryComboBox.- Parameters:
- fc- a- JFileChooser
- Returns:
- a new instance of DataModelforDirectoryComboBox
 
- 
createFilterComboBoxRendererConstructs aRendererfor typesComboBox.- Returns:
- a Rendererfor typesComboBox
 
- 
createFilterComboBoxModelConstructs aDataModelfor typesComboBox.- Returns:
- a DataModelfor typesComboBox
 
- 
valueChangedInvokes whenListSelectionEventoccurs.- Parameters:
- e- an instance of- ListSelectionEvent
 
 
-