Packagecom.yworks.canvas.input
Interfacepublic interface IHandleProvider
Implementors CompoundMovePortHandleProvider, PortRelocationHandleProvider

Interface for an object that provides a number of IHandle implementations.



Public Methods
 MethodDefined By
  
Returns a collection of zero or more IHandle implementations that are associated with this instance.
IHandleProvider
Method Detail
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

Returns
Collection — A collection of handles.