org.hobsoft.symmetry.ui.test.view
Class NullComponentListCellRenderer<T>

java.lang.Object
  extended by org.hobsoft.symmetry.ui.test.view.NullComponentListCellRenderer<T>
Type Parameters:
T - the item type
All Implemented Interfaces:
ListCellRenderer<T>

public class NullComponentListCellRenderer<T>
extends Object
implements ListCellRenderer<T>

Author:
Mark Hobson

Constructor Summary
NullComponentListCellRenderer()
           
 
Method Summary
 Component getListCellComponent(ComboBox<T> comboBox, int index)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullComponentListCellRenderer

public NullComponentListCellRenderer()
Method Detail

getListCellComponent

public Component getListCellComponent(ComboBox<T> comboBox,
                                      int index)

Specified by:
getListCellComponent in interface ListCellRenderer<T>


Copyright © 2004-2012. All Rights Reserved.