| Package | com.yworks.canvas.input |
| Interface | public interface IInputModeContext extends ILookup |
| Implementors | SimpleInputModeContext |
IInputMode
instances during IInputMode.install and IInputMode.uninstall
and to IPositionHandler and IHandle to provide additional
context for these implementations.
See also
| Property | Defined By | ||
|---|---|---|---|
| canvasComponent : CanvasComponent [read-only]
Yields the CanvasComponent on which the mode currently acts. | IInputModeContext | ||
| parentInputMode : IInputMode [read-only]
Yields the IInputMode which issued the context object. | IInputModeContext | ||
| canvasComponent | property |
canvasComponent:CanvasComponent [read-only]
Yields the CanvasComponent on which the mode currently acts.
This can be null if the mode is used outside the context of a CanvasControl.
public function get canvasComponent():CanvasComponent| parentInputMode | property |
parentInputMode:IInputMode [read-only]
Yields the IInputMode which issued the context object.
This can be null if the mode is used outside the context of an IInputMode.
public function get parentInputMode():IInputMode