Interface IWidgetListProperty<S extends Widget, E>
- Type Parameters:
S- type of the source objectE- type of the elements in the list
- All Superinterfaces:
IListProperty<S,E>, IProperty
- All Known Implementing Classes:
WidgetListProperty
IListProperty for observing an SWT Widget- Since:
- 1.3
- Restriction:
- This interface is not intended to be implemented by clients.
-
Method Summary
Modifier and TypeMethodDescriptionReturns anISWTObservableListobserving this list property on the given widgetMethods inherited from interface IListProperty
getElementType, getList, listFactory, listFactory, observe, observeDetail, setList, updateList, values
-
Method Details
-
observe
Returns anISWTObservableListobserving this list property on the given widget- Specified by:
observein interfaceIListProperty<S extends Widget, E>- Parameters:
widget- the source widget- Returns:
- an observable list observing this list property on the given widget
-