public static class IRangeValueProvider.RangeValueProviderContext
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> |
IsReadonly |
IProperty<java.lang.Double> |
LargeChange |
IProperty<java.lang.Double> |
Maximum |
IProperty<java.lang.Double> |
Minimum |
IProperty<java.lang.Double> |
SmallChange |
IProperty<java.lang.Double> |
Value |
Constructor and Description |
---|
RangeValueProviderContext(IInitContext init,
IRangeValueProvider provider) |
public final IProperty<java.lang.Boolean> IsReadonly
public final IProperty<java.lang.Double> Value
public final IProperty<java.lang.Double> LargeChange
public final IProperty<java.lang.Double> SmallChange
public final IProperty<java.lang.Double> Maximum
public final IProperty<java.lang.Double> Minimum
public RangeValueProviderContext(IInitContext init, IRangeValueProvider provider)