public static class ISelectionProvider.SelectionProviderContext
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
Modifier and Type | Field and Description |
---|---|
IProperty<java.lang.Boolean> |
CanSelectMultiple |
IProperty<java.lang.Boolean> |
IsSelectionRequried |
IProperty<IUIAElement[]> |
Selection |
Constructor and Description |
---|
SelectionProviderContext(IInitContext init,
ISelectionProvider provider) |
public final IProperty<java.lang.Boolean> CanSelectMultiple
public final IProperty<java.lang.Boolean> IsSelectionRequried
public final IProperty<IUIAElement[]> Selection
public SelectionProviderContext(IInitContext init, ISelectionProvider provider)