Interface IRootPart<V extends javafx.scene.Node>

Type Parameters:
V - The visual node used by this IRootPart.
All Superinterfaces:
IActivatable, IAdaptable, IAdaptable.Bound<IViewer>, IDisposable, IVisualPart<V>
All Known Implementing Classes:
LayeredRootPart

public interface IRootPart<V extends javafx.scene.Node> extends IVisualPart<V>
A IRootPart is the root controller of an IViewer. It controls the root view and holds IHandlePart and IContentPart children. The IRootPart does not correspond to anything in the model, and typically can not be interacted with by the User. The Root provides a homogeneous context for the applications "real" IVisualPart.