Interface IHandlePart<V extends Node>

Type Parameters:
V - The visual node used by this IHandlePart.
All Superinterfaces:
IActivatable, IAdaptable, IAdaptable.Bound<IViewer>, IDisposable, IVisualPart<V>
All Known Implementing Classes:
AbstractHandlePart, AbstractSegmentHandlePart, CircleSegmentHandlePart, RectangleSegmentHandlePart, SquareSegmentHandlePart

public interface IHandlePart<V extends Node> extends IVisualPart<V>
An IHandlePart is a controller that controls a visual, which is used simply for tool interaction and does not correspond to anything in the visualized model.
Noimplement:
This interface is not intended to be implemented by clients. Instead, AbstractHandlePart should be subclassed.