Uses of Interface
ca.odell.glazedlists.swt.ItemFormat

Packages that use ItemFormat
ca.odell.glazedlists.swt   
 

Uses of ItemFormat in ca.odell.glazedlists.swt
 

Classes in ca.odell.glazedlists.swt that implement ItemFormat
 class DefaultItemFormat<E>
          Default implementation of ItemFormat that converts an element by calling toString() on it.
 

Methods in ca.odell.glazedlists.swt that return ItemFormat
static
<E> ItemFormat<E>
GlazedListsSWT.beanItemFormat(String property)
          Creates a new ItemFormat that uses the string value of a JavaBean property as the formatted value of a list element.
static
<E> ItemFormat<E>
GlazedListsSWT.beanItemFormat(String property, String valueForNullElement)
          Creates a new ItemFormat that uses the string value of a JavaBean property as the formatted value of a list element.
 ItemFormat<? super E> DefaultEventListViewer.getItemFormat()
          Gets the List's ItemFormat.
 ItemFormat<? super E> DefaultEventComboViewer.getItemFormat()
          Gets the Combo's ItemFormat.
 

Methods in ca.odell.glazedlists.swt with parameters of type ItemFormat
static
<E> DefaultEventComboViewer<E>
GlazedListsSWT.eventComboViewer(EventList<E> source, org.eclipse.swt.widgets.Combo combo, ItemFormat<? super E> itemFormat)
          Binds the contents of a Combo component to an EventList source.
static
<E> DefaultEventComboViewer<E>
GlazedListsSWT.eventComboViewerWithThreadProxyList(EventList<E> source, org.eclipse.swt.widgets.Combo combo, ItemFormat<? super E> itemFormat)
          Binds the contents of a Combo component to an EventList source.
static
<E> DefaultEventListViewer<E>
GlazedListsSWT.eventListViewer(EventList<E> source, org.eclipse.swt.widgets.List list, ItemFormat<? super E> itemFormat)
          Creates a new List that displays and responds to changes in the source list.
static
<E> DefaultEventListViewer<E>
GlazedListsSWT.eventListViewerWithThreadProxyList(EventList<E> source, org.eclipse.swt.widgets.List list, ItemFormat<? super E> itemFormat)
          Creates a new List that displays and responds to changes in the source list.
 

Constructors in ca.odell.glazedlists.swt with parameters of type ItemFormat
DefaultEventComboViewer(EventList<E> source, org.eclipse.swt.widgets.Combo combo, ItemFormat<? super E> itemFormat)
          Binds the contents of a Combo component to an EventList source.
DefaultEventComboViewer(EventList<E> source, org.eclipse.swt.widgets.Combo combo, ItemFormat<? super E> itemFormat, boolean disposeSource)
          Binds the contents of a Combo component to an EventList source.
DefaultEventListViewer(EventList<E> source, org.eclipse.swt.widgets.List list, ItemFormat<? super E> itemFormat)
          Creates a new List that displays and responds to changes in the source list.
DefaultEventListViewer(EventList<E> source, org.eclipse.swt.widgets.List list, ItemFormat<? super E> itemFormat, boolean disposeSource)
          Creates a new List that displays and responds to changes in the source list.
EventComboViewer(EventList<E> source, org.eclipse.swt.widgets.Combo combo, ItemFormat<? super E> itemFormat)
          Deprecated. Binds the contents of a Combo component to an EventList source.
EventListViewer(EventList<E> source, org.eclipse.swt.widgets.List list, ItemFormat<? super E> itemFormat)
          Deprecated. Creates a new List that displays and responds to changes in the source list.
 



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