public static class ISelectionProvider2.SelectionProvider2Context
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
Modifier and Type | Field and Description |
---|---|
IProperty<IUIAElement> |
CurrentSelectedItem |
IProperty<IUIAElement> |
FirstSelectedItem |
IProperty<java.lang.Integer> |
ItemCount |
IProperty<IUIAElement> |
LastSelectedItem |
IEvent |
Selection_Invalidated |
Constructor and Description |
---|
SelectionProvider2Context(IInitContext init,
ISelectionProvider2 provider) |
public final IEvent Selection_Invalidated
public final IProperty<IUIAElement> CurrentSelectedItem
public final IProperty<IUIAElement> FirstSelectedItem
public final IProperty<IUIAElement> LastSelectedItem
public final IProperty<java.lang.Integer> ItemCount
public SelectionProvider2Context(IInitContext init, ISelectionProvider2 provider)