com.sun.svg.component
Interface SVGList.ListItemBinder

All Known Implementing Classes:
ContactListScreen.CommonContactItemBinder, ContactListScreen.SelectedContactItemBinder, SVGList.DefaultListItemBinder
Enclosing class:
SVGList

public static interface SVGList.ListItemBinder

Interface that item binders must implement. An item binder is responsible for transfering a list element value (see ListModel) to the SVG element displaying the list.


Method Summary
 void bindItem(java.lang.Object itemValue, org.w3c.dom.svg.SVGElement itemElement)
           
 

Method Detail

bindItem

void bindItem(java.lang.Object itemValue,
              org.w3c.dom.svg.SVGElement itemElement)
Parameters:
itemValue - - the item value to transfer to the SVG element.
itemElement - - the item element where the item value is displayed.