org.uispec4j
Interface ListBoxCellValueConverter

All Known Implementing Classes:
DefaultListBoxCellValueConverter

public interface ListBoxCellValueConverter

Performs a conversion between internal and tested cell values in a ListBox component This interface is meant to be used when the JList component used by the application uses renderers other than JLabel components.

See Also:
ListBox.setCellValueConverter(org.uispec4j.ListBoxCellValueConverter)

Method Summary
 java.lang.String getValue(int index, java.awt.Component renderedComponent, java.lang.Object modelObject)
           
 

Method Detail

getValue

java.lang.String getValue(int index,
                          java.awt.Component renderedComponent,
                          java.lang.Object modelObject)


Copyright © 2004-2010. All Rights Reserved.