|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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
|
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
|
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
|
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
|
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |