| Interface | Description |
|---|---|
| ItemFormat<E> |
This interface is used by
DefaultEventListViewer and
DefaultEventComboViewer to convert an element of the backing
EventList to a String format. |
| TableColumnConfigurer |
Optional interface to be implemented by a
TableFormat implementation usable by an
DefaultEventTableViewer. |
| TableItemConfigurer<E> |
A
TableItemConfigurer can be provided to an
DefaultEventTableViewer to customize the initial format and appearance of
column values, each represented by a TableItem. |
| Class | Description |
|---|---|
| CalculationsSWT |
A factory for creating SWT related calculations.
|
| DefaultEventComboViewer<E> |
A view helper that displays an
EventList in a Combo component. |
| DefaultEventListViewer<E> |
A view helper that displays an
EventList in a List. |
| DefaultEventTableViewer<E> |
A view helper that displays an EventList in an SWT table.
|
| DefaultItemFormat<E> |
Default implementation of
ItemFormat that converts an element by
calling toString() on it. |
| EventComboViewer<E> | Deprecated
Use
DefaultEventComboViewer instead. |
| EventListViewer<E> | Deprecated
Use
DefaultEventListViewer instead. |
| EventTableViewer<E> | Deprecated
Use
DefaultEventTableViewer instead. |
| GlazedListsSWT |
A factory for creating all sorts of objects to be used with Glazed Lists.
|
| SearchEngineTextWidgetMatcherEditor<E> |
A
MatcherEditor that matches elements that contain the filter text located
within a Text field. |
| TableComparatorChooser<E> |
A TableComparatorChooser is a tool that allows the user to sort a ListTable by clicking
on the table's headers.
|
| TableItemConfigurer.DefaultTableItemConfigurer<E> |
Default configurer that converts the column value to a string and sets it
as the text of the TableItem.
|
| TextWidgetMatcherEditor<E> |
A
MatcherEditor that matches elements that contain the filter text located
within a Text field. |
Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by mockbuild at 2017-07-26 15:03