public static class ITransformProvider.TransformProviderContext
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> |
CanMove |
IProperty<java.lang.Boolean> |
CanResize |
IProperty<java.lang.Boolean> |
CanRotate |
Constructor and Description |
---|
TransformProviderContext(IInitContext init,
ITransformProvider provider) |
public final IProperty<java.lang.Boolean> CanRotate
public final IProperty<java.lang.Boolean> CanResize
public final IProperty<java.lang.Boolean> CanMove
public TransformProviderContext(IInitContext init, ITransformProvider provider)