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
 String getValue(int index, Component renderedComponent, Object modelObject)
           
 

Method Detail

getValue

public String getValue(int index,
                       Component renderedComponent,
                       Object modelObject)


Copyright © 2004-2007 Design-up. All Rights Reserved.