Packagecom.yworks.graph.input
Classpublic class CompoundMovePortHandleProvider
InheritanceCompoundMovePortHandleProvider Inheritance Object
Implements IHandleProvider

A handle provider that provides CompoundMovePortHandle instances for the source and target ports of an edge.

See also

CompoundMovePortHandle


Public Methods
 MethodDefined By
  
CompoundMovePortHandleProvider
  
Returns a collection of zero or more IHandle implementations that are associated with this instance.
CompoundMovePortHandleProvider
Constructor Detail
CompoundMovePortHandleProvider()Constructor
public function CompoundMovePortHandleProvider(edge:IEdge)



Parameters
edge:IEdge
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.