com.jaxfront.swing.ui.visualizers
Class SimpleListCellRendererImpl

java.lang.Object
  extended by com.jaxfront.swing.ui.visualizers.SimpleListCellRendererImpl
All Implemented Interfaces:
SimpleListCellRenderer

public class SimpleListCellRendererImpl
extends java.lang.Object
implements SimpleListCellRenderer


Constructor Summary
SimpleListCellRendererImpl()
           
 
Method Summary
 java.awt.Component getListCellRendererComponent(SimpleJList list, java.lang.Object value, int index, boolean isSelected, boolean cellHasFocus)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleListCellRendererImpl

public SimpleListCellRendererImpl()
Method Detail

getListCellRendererComponent

public java.awt.Component getListCellRendererComponent(SimpleJList list,
                                                       java.lang.Object value,
                                                       int index,
                                                       boolean isSelected,
                                                       boolean cellHasFocus)
Specified by:
getListCellRendererComponent in interface SimpleListCellRenderer