| Package | com.yworks.canvas.input |
| Interface | public interface IHandleProvider |
| Implementors | CompoundMovePortHandleProvider, PortRelocationHandleProvider |
IHandle implementations.
| Method | Defined By | ||
|---|---|---|---|
Returns a collection of zero or more IHandle implementations
that are associated with this instance. | IHandleProvider | ||
| getHandles | () | method |
public function getHandles(context:IInputModeContext):Collection
Returns a collection of zero or more IHandle implementations
that are associated with this instance.
Parameters
context:IInputModeContext |
Collection — A collection of handles.
|