Class WidgetListProperty<S extends Widget,E>

Type Parameters:
S - type of the source object
E - type of the elements in the list
All Implemented Interfaces:
IProperty, IListProperty<S,E>, IWidgetListProperty<S,E>

public abstract class WidgetListProperty<S extends Widget,E> extends SimpleListProperty<S,E> implements IWidgetListProperty<S,E>
Abstract list property implementation for Widget properties. This class implements some basic behavior that widget properties are generally expected to have, namely:
  • Calling observe(Widget) should create the observable on the display realm of the widget, rather than the current default realm
  • All observe() methods should return an ISWTObservable
Since:
1.3
  • Constructor Details

    • WidgetListProperty

      public WidgetListProperty()
  • Method Details