org.pscode.ui.log
Class LogRecordListCellRenderer

java.lang.Object
  extended by org.pscode.ui.log.LogRecordListCellRenderer
All Implemented Interfaces:
ListCellRenderer

public class LogRecordListCellRenderer
extends Object
implements ListCellRenderer


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

Constructor Detail

LogRecordListCellRenderer

public LogRecordListCellRenderer()
Method Detail

getListCellRendererComponent

public Component getListCellRendererComponent(JList list,
                                              Object value,
                                              int index,
                                              boolean isSelected,
                                              boolean cellHasFocus)
Specified by:
getListCellRendererComponent in interface ListCellRenderer

getText

public String getText(Object value)