com.jgoodies.looks.plastic

Class PlasticFileChooserUI


public final class PlasticFileChooserUI
extends MetalFileChooserUI

The JGoodies Plastic L&F implementation of FileChooserUI. Uses FileSystemView.getSystemIcon(File) to look up icons for files.
Version:
$Revision: 1.3 $
Authors:
Andrej Golovnin
Karsten Lentzsch
See Also:
FileSystemView.getSystemIcon(File)

Constructor Summary

PlasticFileChooserUI(JFileChooser fileChooser)

Method Summary

void
clearIconCache()
static ComponentUI
createUI(JComponent c)
FileView
getFileView(JFileChooser fc)

Constructor Details

PlasticFileChooserUI

public PlasticFileChooserUI(JFileChooser fileChooser)

Method Details

clearIconCache

public void clearIconCache()

createUI

public static ComponentUI createUI(JComponent c)

getFileView

public FileView getFileView(JFileChooser fc)

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.