Interface IWidgetListProperty<S extends Widget,​E>

  • Type Parameters:
    S - type of the source object
    E - type of the elements in the list
    All Superinterfaces:
    IListProperty<S,​E>, IProperty
    All Known Implementing Classes:
    WidgetListProperty

    public interface IWidgetListProperty<S extends Widget,​E>
    extends IListProperty<S,​E>
    IListProperty for observing an SWT Widget
    Since:
    1.3
    Restriction:
    This interface is not intended to be implemented by clients.