com.jgoodies.looks.plastic

Class PlasticFileChooserUI

public final class PlasticFileChooserUI extends MetalFileChooserUI

The JGoodies Plastic L&F implementation of FileChooserUI. Uses {@link FileSystemView#getSystemIcon(File)} to look up icons for files.

Version: $Revision: 1.1 $

Author: Andrej Golovnin Karsten Lentzsch

See Also: FileSystemView#getSystemIcon(File)

Constructor Summary
PlasticFileChooserUI(JFileChooser fileChooser)
Method Summary
voidclearIconCache()
static ComponentUIcreateUI(JComponent c)
FileViewgetFileView(JFileChooser fc)

Constructor Detail

PlasticFileChooserUI

public PlasticFileChooserUI(JFileChooser fileChooser)

Method Detail

clearIconCache

public void clearIconCache()

createUI

public static ComponentUI createUI(JComponent c)

getFileView

public FileView getFileView(JFileChooser fc)
Copyright © 2001-2007 JGoodies Karsten Lentzsch. All Rights Reserved.