Class ContentPolicy

All Implemented Interfaces:
IAdaptable.Bound<IVisualPart<? extends javafx.scene.Node>>, IPolicy

public class ContentPolicy extends AbstractPolicy
A (transaction) policy to handle content changes, i.e. adding/removing of content children as well as attaching/detaching to/from content anchorages. All changes are wrapped into ITransactionalOperations that delegate to respective operations of the host IContentPart upon execution.

In detail, the following delegations are performed to operations of the host IContentPart:

This policy should be registered on each IContentPart.