com.japisoft.framework.ui.list
Class FileListCellRenderer

java.lang.Object
  extended bycom.japisoft.framework.ui.list.FileListCellRenderer
All Implemented Interfaces:
javax.swing.ListCellRenderer

public class FileListCellRenderer
extends java.lang.Object
implements javax.swing.ListCellRenderer

A renderer for a list of files

Version:
1.0
Author:
(c) 2004 JAPISoft / http://www.japisoft.com

Constructor Summary
FileListCellRenderer()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(javax.swing.JList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileListCellRenderer

public FileListCellRenderer()
Method Detail

getListCellRendererComponent

public java.awt.Component getListCellRendererComponent(javax.swing.JList list,
                                                       java.lang.Object value,
                                                       int index,
                                                       boolean isSelected,
                                                       boolean cellHasFocus)
Specified by:
getListCellRendererComponent in interface javax.swing.ListCellRenderer