IPolicy
(and
AbstractPolicy
) abstraction and
concrete implementations for the manipulation of the
ContentModel
:
ContentPolicy
,
CreationPolicy
, and
DeletionPolicy
.See: Description
Interface | Description |
---|---|
IPolicy<VR> |
Class | Description |
---|---|
AbstractBendPolicy<VR> |
Abstract base implementation for bend policies.
|
AbstractInteractionPolicy<VR> |
Abstract base implementation of
IPolicy that handles an interaction. |
AbstractPolicy<VR> |
Abstract base implementation of
IPolicy . |
AbstractResizePolicy<VR> |
Abstract base class for resize transaction policies.
|
AbstractTransactionPolicy<VR> |
Abstract base implementation of
IPolicy that is transactional. |
AbstractTransformPolicy<VR> |
The
AbstractTransformPolicy is a AbstractTransactionPolicy
that handles the transformation of its host . |
ContentPolicy<VR> |
A (transaction) policy to handle content changes, i.e. adding/removing of
content children as well as attaching/detaching to/from content anchorages.
|
CreationPolicy<VR> |
The
CreationPolicy is an AbstractTransactionPolicy that
handles the creation of content. |
DeletionPolicy<VR> |
The
DeletionPolicy is an AbstractTransactionPolicy that
handles the deletion of content. |
IPolicy
(and
AbstractPolicy
) abstraction and
concrete implementations for the manipulation of the
ContentModel
:
ContentPolicy
,
CreationPolicy
, and
DeletionPolicy
.Copyright (c) 2014 itemis AG and others. All rights reserved.