org.netbeans.microedition.svg
Interface SVGListCellRenderer

All Known Implementing Classes:
SVGDefaultListCellRenderer

public interface SVGListCellRenderer

getCellRendererComponent(SVGList, Object, int, boolean) method is called in Document Update Thread. So one should not care about safety of document access in implementation of this class.


Method Summary
 SVGComponent getCellRendererComponent(SVGList list, java.lang.Object value, int index, boolean isSelected)
           
 

Method Detail

getCellRendererComponent

SVGComponent getCellRendererComponent(SVGList list,
                                      java.lang.Object value,
                                      int index,
                                      boolean isSelected)