| Package | Description |
|---|---|
| org.eclipse.gef4.mvc.fx.policies |
This package contains all
IPolicy implementations contributed by MVC.FX. |
| org.eclipse.gef4.mvc.policies |
This package contains the
IPolicy (and
AbstractPolicy) abstraction and concrete
implementations for the manipulation of the ContentModel:
ContentPolicy, CreationPolicy,
and DeletionPolicy. |
| Modifier and Type | Class and Description |
|---|---|
class |
FXBendPolicy
The
FXBendPolicy can be used to manipulate the points constituting an
FXConnection, i.e. its start point, way points, and end point. |
class |
FXChangeViewportPolicy |
class |
FXRelocateConnectionPolicy |
class |
FXResizePolicy |
class |
FXResizeRelocatePolicy |
class |
FXRotatePolicy |
class |
FXScaleRelocatePolicy |
class |
FXTransformPolicy |
| Modifier and Type | Class and Description |
|---|---|
class |
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.
|
class |
CreationPolicy<VR>
The
CreationPolicy is an ITransactional
AbstractPolicy that handles the creation of new content objects via
the ContentPolicy. |
class |
DeletionPolicy<VR>
The
DeletionPolicy is an ITransactional
AbstractPolicy that handles the deletion of existing
IContentParts via the ContentPolicy. |
Copyright (c) 2014 itemis AG and others. All rights reserved.