Package | Description |
---|---|
ca.odell.glazedlists.swt |
Modifier and Type | Class and Description |
---|---|
class |
DefaultItemFormat<E>
Default implementation of
ItemFormat that converts an element by
calling toString() on it. |
Modifier and Type | Method and Description |
---|---|
static <E> ItemFormat<E> |
GlazedListsSWT.beanItemFormat(java.lang.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(java.lang.String property,
java.lang.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 . |
Modifier and Type | Method and Description |
---|---|
static <E> DefaultEventComboViewer<E> |
GlazedListsSWT.eventComboViewer(EventList<E> source,
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,
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,
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,
List list,
ItemFormat<? super E> itemFormat)
Creates a new List that displays and responds to changes in the source list.
|
Constructor and Description |
---|
DefaultEventComboViewer(EventList<E> source,
Combo combo,
ItemFormat<? super E> itemFormat)
Binds the contents of a
Combo component to an EventList
source. |
DefaultEventComboViewer(EventList<E> source,
Combo combo,
ItemFormat<? super E> itemFormat,
boolean disposeSource)
Binds the contents of a
Combo component to an EventList
source. |
DefaultEventListViewer(EventList<E> source,
List list,
ItemFormat<? super E> itemFormat)
Creates a new List that displays and responds to changes in the source list.
|
DefaultEventListViewer(EventList<E> source,
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,
Combo combo,
ItemFormat<? super E> itemFormat)
Deprecated.
Binds the contents of a
Combo component to an EventList
source. |
EventListViewer(EventList<E> source,
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 mockbuild at 2017-07-26 15:03