ca.odell.glazedlists.swt
Interface ItemFormat<E>

All Known Implementing Classes:
DefaultItemFormat

public interface ItemFormat<E>

This interface is used by DefaultEventListViewer and DefaultEventComboViewer to convert an element of the backing EventList to a String format.

Author:
Holger Brands

Method Summary
 String format(E element)
          Converts a list element to a string.
 

Method Detail

format

String format(E element)
Converts a list element to a string.

Parameters:
element - the element to convert
Returns:
the string representation


Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by hbrands at 2013-02-12 20:58