Interface IFeedbackPart<V extends Node>

Type Parameters:
V - The visual node used by this IFeedbackPart.
All Superinterfaces:
IActivatable, IAdaptable, IAdaptable.Bound<IViewer>, IDisposable, IVisualPart<V>
All Known Implementing Classes:
AbstractFeedbackPart, FocusFeedbackPart, HoverFeedbackPart, SelectionFeedbackPart, SelectionLinkFeedbackPart, SnappingFeedbackPart

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