com.melloware.jukes.file.image
Class ImageFileView

java.lang.Object
  extended by javax.swing.filechooser.FileView
      extended by com.melloware.jukes.file.image.ImageFileView

public final class ImageFileView
extends FileView

Helper for Image File chooser.

Copyright (c) 2006 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Constructor Summary
ImageFileView()
           
 
Method Summary
 String getDescription(File f)
           
 Icon getIcon(File f)
           
 String getName(File f)
           
 String getTypeDescription(File f)
           
 Boolean isTraversable(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFileView

public ImageFileView()
Method Detail

getDescription

public String getDescription(File f)
Overrides:
getDescription in class FileView

getIcon

public Icon getIcon(File f)
Overrides:
getIcon in class FileView

getName

public String getName(File f)
Overrides:
getName in class FileView

getTypeDescription

public String getTypeDescription(File f)
Overrides:
getTypeDescription in class FileView

isTraversable

public Boolean isTraversable(File f)
Overrides:
isTraversable in class FileView


Copyright © 1999-2010 Melloware Inc. All Rights Reserved.